Is UTF-8 enough for all common languages?
Posted
by jack
on Stack Overflow
See other posts from Stack Overflow
or by jack
Published on 2010-03-13T15:36:07Z
Indexed on
2010/03/13
15:45 UTC
Read the original article
Hit count: 115
I just wanted to develop a translation app in a Django projects which enables registered users with certain permissions to translate every single message it appears in latest version.
My question is, what character set should I use for database tables in this translation app? Looks like some european language characters cannot be stored in UTF-8?
© Stack Overflow or respective owner