Explorar o código

Updated list of minimum locales.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas %!s(int64=17) %!d(string=hai) anos
pai
achega
1e77f0cc68
Modificáronse 2 ficheiros con 9 adicións e 2 borrados
  1. 5 1
      chapter01/changelog.xml
  2. 4 1
      chapter06/glibc.xml

+ 5 - 1
chapter01/changelog.xml

@@ -40,9 +40,13 @@
     <listitem>
       <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>

+ 4 - 1
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>