Previous issue - was not able to store non-english characters:
http://stackoverflow.com/questions/3008918/how-to-store-non-english-characters
That was fixed by using UTF8. But realized today that symbols like ♥☆
are not stored correctly. They get converted to characters like ♥☆
.
How can this be fixed?