|
@@ -262,10 +262,12 @@ install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinp
|
|
|
locales necessary for the optimal coverage of tests:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
|
|
|
+localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
|
|
|
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
|
|
|
localedef -i de_DE -f ISO-8859-1 de_DE
|
|
|
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
|
|
|
localedef -i de_DE -f UTF-8 de_DE.UTF-8
|
|
|
+localedef -i el_GR -f ISO-8859-7 el_GR
|
|
|
localedef -i en_GB -f UTF-8 en_GB.UTF-8
|
|
|
localedef -i en_HK -f ISO-8859-1 en_HK
|
|
|
localedef -i en_PH -f ISO-8859-1 en_PH
|
|
@@ -279,10 +281,12 @@ 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 UTF-8 it_IT.UTF-8
|
|
|
localedef -i ja_JP -f EUC-JP ja_JP
|
|
|
+localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true
|
|
|
localedef -i ru_RU -f KOI8-R ru_RU.KOI8-R
|
|
|
localedef -i ru_RU -f UTF-8 ru_RU.UTF-8
|
|
|
localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
|
|
|
-localedef -i zh_CN -f GB18030 zh_CN.GB18030</userinput></screen>
|
|
|
+localedef -i zh_CN -f GB18030 zh_CN.GB18030
|
|
|
+localedef -i zh_HK -f BIG5-HKSCS zh_HK.BIG5-HKSCS</userinput></screen>
|
|
|
|
|
|
<para>In addition, install the locale for your own country, language and
|
|
|
character set.</para>
|