diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/glibc.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3ae2c6e9f..844f966c6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,10 @@ <listitem> <para>[bdubbs] - Upgrade statistics for packages.</para> </listitem> + <listitem> + <para>[ken] - Add four locales to the minimum set for test + coverage.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 7e86ba5fd..854794aa7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -242,6 +242,7 @@ 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 en_GB -f UTF-8 en_US.UTF-8 localedef -i en_HK -f ISO-8859-1 en_HK localedef -i en_PH -f ISO-8859-1 en_PH localedef -i en_US -f ISO-8859-1 en_US @@ -252,7 +253,10 @@ localedef -i fr_FR -f ISO-8859-1 fr_FR 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 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 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> |