|
Posted by CapitaineEcarlate on 12/06/05 16:11
Hy,
My website is hosted by Free.fr which offers MySQL control via
phpMyAdmin 2.6.3-pl1. That's great, but i have a little problem.
To follow the current stream and because my website is intended to be in
several languages, i decided to use utf8 encoding instead of
iso-8859-15. Everything works fine : the tables are in utf8, and PHP
handle it... But, phpMyAdmin seems to systematically convert data from
the Insert forms in iso-8859-1 before the table to be fed. I foud in the
source of the Insert page :
<input type="hidden" name="convcharset" value="iso-8859-1" />
And, all text data is actually stored as iso instead of utf8.
If i do my own form to feed the table with correct utf8 data, i don't
encounter any problem. If i use the utf8_encode() PHP function, it fixes
the problem too. But... i'd like to feed the table with the help of
phpMyAdmin, but in true utf8.
Note that Free.fr offers MySQL 4.1.13.
Any idea ?
Do you know if it is an option of phpMyAdmin ?
Thanks !
CapitaineEcarlate
Navigation:
[Reply to this message]
|