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 /chapter06/glibc.xml | |
parent | b772130d04f4dfd2933cfa30ff4bea3ea18dce35 (diff) |
Updated list of minimum locales.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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> |