Changeset 3903

Show
Ignore:
Timestamp:
02/12/08 20:50:23 (9 months ago)
Author:
ken
Message:

Add cs_CZ.UTF-8 locale to run all of the grep testsuite.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/final-system/common/glibc.xml

    r3762 r3903  
    162162 
    163163<screen role="nodump"><userinput>mkdir -pv /usr/lib/locale 
     164localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8 
    164165localedef -i de_DE -f ISO-8859-1 de_DE 
    165166localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro 
  • trunk/BOOK/general.ent

    r3901 r3903  
    33<!ENTITY month "02"> <!-- Use two digits --> 
    44<!ENTITY month_name "Feburary"> 
    5 <!ENTITY day "10"> <!-- Use two digits --> 
     5<!ENTITY day "12"> <!-- Use two digits --> 
    66<!ENTITY year "2008"> <!-- Use four digits --> 
    77 
  • trunk/BOOK/introduction/common/changelog.xml

    r3899 r3903  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>February 12, 2008</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[ken] - Added cs_CZ.UTF-8 locale for grep's fmbtest.sh test.</para> 
     44        </listitem> 
     45      </itemizedlist> 
     46    </listitem> 
    3847 
    3948    <listitem>