in reply to Re^2: Inserting UTF-8 on Mysql using DBI
in thread Inserting UTF-8 on Mysql using DBI
So what did you do to cross check that you're actually receiving and sending utf8 to/from MySQL? What data do you get in Perl when you insert a row using PHP? What data do you get in PHP when you insert a row using Perl? Try to eliminate the mysql client as a potential source of confusion - it might not output utf8 properly (I say without knowing the mysql client well) - the question marks seem to me ignored/escaped unicode characters.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inserting UTF-8 on Mysql using DBI
by Fox (Pilgrim) on Oct 16, 2010 at 12:48 UTC | |
by Corion (Patriarch) on Oct 16, 2010 at 17:10 UTC | |
by afoken (Chancellor) on Oct 18, 2010 at 14:43 UTC |