|
When I run "locale -a", the result is :
- locale: Cannot set LC_CTYPE to default locale: No such file or directory
- locale: Cannot set LC_MESSAGES to default locale: No such file or directory
- locale: Cannot set LC_COLLATE to default locale: No such file or directory
- C
- POSIX
- de_DE
- de_DE@euro
- en_HK
- en_PH
- en_US
- en_US.utf8
- es_MX
- fa_IR
- fr_FR
- fr_FR@euro
- it_IT
- ja_JP
- ja_JP.eucjp
- ja_JP.utf8
复制代码
what's the matter with it?
where is zh_CN zh_CN.GBK zh_CN.GB2312....?
How should I do to make zh_CN in that list? |
|