diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2012-08-22 00:37:57 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2012-08-22 00:37:57 +0000 |
commit | 5b36d321f06cd3df21d2d6b8ef95852372a40a59 (patch) | |
tree | d06277146c3303c2f6477faee03055d823169b1d | |
parent | 4358177bafb82fcc6345566aece978678e88fbcb (diff) |
Four more locales, three UTF-8 for sed utf8 tests, ru_RU.KOI8-R for grep unibyte-bracket-expr.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |