diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 22:23:09 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 22:23:09 +0000 |
commit | 1e77f0cc6884f38216544cde1728c0852b5c5144 (patch) | |
tree | ce19d0af750fe546f74ad67b9f3dfccebad252ad | |
parent | b772130d04f4dfd2933cfa30ff4bea3ea18dce35 (diff) |
Updated list of minimum locales.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/glibc.xml | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b499449f6..60aafa264 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,8 +41,12 @@ <para>2008-10-21</para> <itemizedlist> <listitem> + <para>[dj] - Updated list of minimum installed locales for testsuite + coverage in Chapter 6 GLibc instructions.</para> + </listitem> + <listitem> <para>[bdubbs] - Added ac_cv_func_working_mktime=yes to the configure - commands in gawk and bash to bypass the search for mktime. This + commands in gawk and bash to bypass the search for mktime. This works around a change in gcc.</para> </listitem> <listitem> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 23e0fd85f..19be265e9 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -213,8 +213,10 @@ grep Error glibc-check-log</userinput></screen> locales necessary for the optimal coverage of tests:</para> <screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale +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_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 @@ -225,7 +227,8 @@ 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 ja_JP -f EUC-JP ja_JP</userinput></screen> +localedef -i ja_JP -f EUC-JP ja_JP +localedef -i tr_TR -f UTF-8 tr_TR.UTF-8</userinput></screen> <para>In addition, install the locale for your own country, language and character set.</para> |