Is UTF-8 enough for all common languages?

后端 未结 2 617
终归单人心
终归单人心 2021-01-05 06:18

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 lates

2条回答
  •  时光说笑
    2021-01-05 07:00

    UTF-8 can be used to represent all of Unicode, so it doesn't let you express all common languages. It allows you to express all languages.

    If it seems as if some european characters aren't working, that's an encoding issue.

提交回复
热议问题