Pārlūkot izejas kodu

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
Ken Moffat 12 gadi atpakaļ
vecāks
revīzija
5b36d321f0
2 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 4 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/glibc.xml

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

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