Changeset fffccab


Ignore:
Timestamp:
11/14/2008 12:16:38 AM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
dc5baec
Parents:
f69952d
Message:

Add zh_CN.GB18030 locale for coreutils test-mbsstr3.sh test, and update explanatory text to what is now the first locale in the list.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf69952d rfffccab  
    3838-->
    3939    <listitem>
     40      <para>2008-11-13</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Added zh_CN.GB18030 locale, for coreutils testsuite and
     44          correct the explanatory text.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2008-11-05</para>
    4151      <itemizedlist>
  • chapter06/glibc.xml

    rf69952d rfffccab  
    205205    <command>localedef</command> program. E.g., the first
    206206    <command>localedef</command> command below combines the
    207     <filename>/usr/share/i18n/locales/de_DE</filename>
     207    <filename>/usr/share/i18n/locales/cs_CZ</filename>
    208208    charset-independent locale definition with the
    209     <filename>/usr/share/i18n/charmaps/ISO-8859-1.gz</filename>
     209    <filename>/usr/share/i18n/charmaps/UTF-8.gz</filename>
    210210    charmap definition and appends the result to the
    211211    <filename>/usr/lib/locale/locale-archive</filename> file.
     
    229229localedef -i it_IT -f ISO-8859-1 it_IT
    230230localedef -i ja_JP -f EUC-JP ja_JP
    231 localedef -i tr_TR -f UTF-8 tr_TR.UTF-8</userinput></screen>
     231localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
     232localedef -i zh_CN.GB18030 -f GB18030 zh_CN.GB18030</userinput></screen>
    232233
    233234    <para>In addition, install the locale for your own country, language and
  • general.ent

    rf69952d rfffccab  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081106">
    3 <!ENTITY releasedate "November 6, 2008">
     2<!ENTITY version "SVN-20081306">
     3<!ENTITY releasedate "November 13, 2008">
    44<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.