|
Debian lenny下执行dpkg-reconfigure locales,显示:
heibor:/home/zhen# dpkg-reconfigure locales
Generating locales (this might take a while)...
en_US.ISO-8859-1... done
en_US.ISO-8859-15... done
en_US.UTF-8... done
fr_FR.ISO-8859-1... done
fr_FR.UTF-8... done
zh_CN.GB18030... done
zh_CN.GB2312... done
zh_CN.GBK... done
zh_CN.UTF-8... done
zh_TW.BIG5... done
zh_TW.UTF-8... done
Generation complete.
*** update-locale: Error: LANGUAGE ("zh_CN:zh") is not compatible with LANG (en_US.UTF-8)
heibor:/home/zhen#
我想把默认的locale由zh_CN.UTF-8改成en_US.UTF-8,为什么老是报错说:
*** update-locale: Error: LANGUAGE ("zh_CN:zh") is not compatible with LANG (en_US.UTF-8)
呢?
:Angel: |
|