Hacker News new | past | comments | ask | show | jobs | submit login

That's exactly why I use the default ISO-8859-1 encoding for all my MySQL tables, try to only stick ASCII into it, and store any Unicode text as binary UTF-8, encoded client-side. It's stupid and shouldn't be necessary, but at least MySQL can't screw it up.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: