in reply to Re: Can't write cyrillic to DBD::mysql
in thread Can't write cyrillic to DBD::mysql
Value of $sql seems fine (Below outputted by Devel::Peek).
Test with Greek shows the same problem. String for Adresse2 is 'дц alpha beta'
SV = PV(0xa494174) at 0x4df06fc REFCNT = 2 FLAGS = (PADMY,POK,pPOK,UTF8) PV = 0x9ea2894 "UPDATE users SET Adresse2='\303\244\303\266 \316\261 +\316\262' WHERE CONVERT( `users`.`Username` USING utf8 ) ='t est' LIMIT 1;"\0 [UTF8 "UPDATE users SET Adresse2='\x{e4}\x{f6} \x{3b1 +}\x{3b2}' WHERE CONVERT( `users`.`Username` USING utf8 ) ='t est' LIMIT 1;"] CUR = 101 LEN = 104
But what does that tell us?
Still confused
|
|---|