Questions tagged [chinese-simplified]

2 questions
0
votes
0 answers

Transalting from English to Chinese on Python Django

I'm trying to convert my web-app to a couple of different languages in Python Django. I have managed to do so for English and French but the problem comes in when I add the zh hans or zh-cn. I get the following error: enter image description…
-1
votes
1 answer

How to detect if Chinese text contains simplified or traditional characters?

What would be a reliable way in Java to detect if a Chinese Unicode string contains Chinese simplified characters or traditional characters? The assumption is that characters that are common for both simplified and traditional ranges would be…
ccpizza
  • 28,968
  • 18
  • 162
  • 169