Hi all,

I have problem storing the submitted data in the database in the right
encoding.
I need to use UTF-8

I need to save the Arabic text in UTF-8 encoding.

I have a problem with UTF-8 and windows-1256 conversion.
I wish I can understand those things, coz encoding thing will take my hair
off....

When submitting a data from an HTML page and inserting them in MySQL:
what encoding they will be ?
is it the page encoding?
the field size like VARCHAR 15 won't fit the same in both encoding for the
same text. !!
Is the font any relation with encoding?
phpmyadmin doesn't support UTF-8 so dumping your data using it will screw it
up.... is it a way to convert it inside the database...

Explain to me please , or if you can tell me where to find my answers (not
google)

Nabil

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to