Which database and language is better at handling Unicode?
Posted
by user187809
on Stack Overflow
See other posts from Stack Overflow
or by user187809
Published on 2010-04-22T20:39:59Z
Indexed on
2010/05/03
8:08 UTC
Read the original article
Hit count: 283
which database should I use, if my application is going to be in multiple languages (including Chinese, Japanese etc)? In other words, is MySQL better or worse than Postgres to handle unicode etc? (these are the only two databases my hosting company has)
Also, which language is better for handling unicode? PHP or Ruby/Rails?
© Stack Overflow or respective owner