UTF8, php ve mysql ile ilgili sorunlar

0 Cevap php

I'm fetching the JSON timeline from twitter and parsing it through PHP. I then want to store the text in my database.

PHP komut dosyası UTF8, ben sadece durumda, bu kodu kullanarak UTF8 başlığını ayarlanır:

header('Content-type: text/html; charset=UTF-8');

Veritabanında tablo, utf8_general_ci kullanır ...

Not even encoding the text using utf8_encode() works. I keep getting jumbled characters, like 'autodestruição'

Herkes yanlış ne yapıyorum biliyor mu?

0 Cevap