|
@@ -204,9 +204,9 @@ grep Error glibc-check-log</userinput></screen>
|
|
<para>Individual locales can be installed using the
|
|
<para>Individual locales can be installed using the
|
|
<command>localedef</command> program. E.g., the first
|
|
<command>localedef</command> program. E.g., the first
|
|
<command>localedef</command> command below combines the
|
|
<command>localedef</command> command below combines the
|
|
- <filename>/usr/share/i18n/locales/de_DE</filename>
|
|
|
|
|
|
+ <filename>/usr/share/i18n/locales/cs_CZ</filename>
|
|
charset-independent locale definition with the
|
|
charset-independent locale definition with the
|
|
- <filename>/usr/share/i18n/charmaps/ISO-8859-1.gz</filename>
|
|
|
|
|
|
+ <filename>/usr/share/i18n/charmaps/UTF-8.gz</filename>
|
|
charmap definition and appends the result to the
|
|
charmap definition and appends the result to the
|
|
<filename>/usr/lib/locale/locale-archive</filename> file.
|
|
<filename>/usr/lib/locale/locale-archive</filename> file.
|
|
The following instructions will install the minimum set of
|
|
The following instructions will install the minimum set of
|
|
@@ -228,7 +228,8 @@ localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
|
|
localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
|
|
localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
|
|
localedef -i it_IT -f ISO-8859-1 it_IT
|
|
localedef -i it_IT -f ISO-8859-1 it_IT
|
|
localedef -i ja_JP -f EUC-JP ja_JP
|
|
localedef -i ja_JP -f EUC-JP ja_JP
|
|
-localedef -i tr_TR -f UTF-8 tr_TR.UTF-8</userinput></screen>
|
|
|
|
|
|
+localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
|
|
|
|
+localedef -i zh_CN.GB18030 -f GB18030 zh_CN.GB18030</userinput></screen>
|
|
|
|
|
|
<para>In addition, install the locale for your own country, language and
|
|
<para>In addition, install the locale for your own country, language and
|
|
character set.</para>
|
|
character set.</para>
|