Re: Python unicode utf-8 characters and MySQL unicode utf-8 characters

2011-01-18 Thread Grzegorz Śliwiński
On 18 Sty, 18:15, Kushal Kumaran wrote: > 2011/1/18 Grzegorz Śliwiński : > > > Hello, > > Recently I tried to insert some unicode object in utf-8 encoding into > > MySQL using MySQLdb, and got MySQL warnings on characters like: > > 𐎲𐎠𐎥𐎠 i found somewhere in my data. I can't even read them. MySQL >

Re: Python unicode utf-8 characters and MySQL unicode utf-8 characters

2011-01-18 Thread Kushal Kumaran
2011/1/18 Grzegorz Śliwiński : > Hello, > Recently I tried to insert some unicode object in utf-8 encoding into > MySQL using MySQLdb, and got MySQL warnings on characters like: > 𐎲𐎠𐎥𐎠 i found somewhere in my data. I can't even read them. MySQL > seems to cut the whole string after that characters

Python unicode utf-8 characters and MySQL unicode utf-8 characters

2011-01-18 Thread Grzegorz Śliwiński
Hello, Recently I tried to insert some unicode object in utf-8 encoding into MySQL using MySQLdb, and got MySQL warnings on characters like: 𐎲𐎠𐎥𐎠 i found somewhere in my data. I can't even read them. MySQL seems to cut the whole string after that characters off, so I get incomplete data. After a li