Author: dj
Date: 2008-10-21 16:23:09 -0600 (Tue, 21 Oct 2008)
New Revision: 8691

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
Log:
Updated list of minimum locales.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-21 20:32:15 UTC (rev 8690)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-21 22:23:09 UTC (rev 8691)
@@ -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>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2008-10-21 20:32:15 UTC (rev 8690)
+++ trunk/BOOK/chapter06/glibc.xml      2008-10-21 22:23:09 UTC (rev 8691)
@@ -213,8 +213,10 @@
     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 [EMAIL PROTECTED] -f ISO-8859-15 [EMAIL PROTECTED]
+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 [EMAIL PROTECTED] -f ISO-8859-15 [EMAIL PROTECTED]
 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>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to