Ignore:
Timestamp:
06/12/2020 08:42:32 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
9e7475a
Parents:
96f04d7
Message:

Text updated for cross2 chapter 9

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/profile.xml

    r96f04d7 ra3d0817  
    104104  before the telephone number in order to get into the country. If any of the
    105105  commands above fail with a message similar to the one shown below, this means
    106   that your locale was either not installed in Chapter&nbsp;6 or is not supported by
    107   the default installation of Glibc.</para>
     106  that your locale was either not installed in <xref linkend="ch-system-glibc"/>
     107  or is not supported by the default installation of Glibc.</para>
    108108
    109109<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>
     
    115115
    116116  <!-- FIXME: the xlib example will became obsolete real soon -->
    117   <para>Some packages beyond LFS may also lack support for your chosen locale. One
     117  <!--<para>Some packages beyond LFS may also lack support for your chosen locale. One
    118118  example is the X library (part of the X Window System), which outputs the
    119119  following error message if the locale does not exactly match one of the character
     
    129129  For example, one would have to change "de_DE.ISO-8859-15@euro" to
    130130  "de_DE@euro" in order to get this locale recognized by Xlib.</para>
    131 
     131-->
    132132  <para>Other packages can also function incorrectly (but may not necessarily
    133133  display any error messages) if the locale name does not meet their expectations.
     
    146146EOF</userinput></screen>
    147147
    148   <para>The <quote>C</quote> (default) and <quote>en_US</quote> (the recommended
     148  <para>The <quote>C</quote> (default) and <quote>en_US.utf8</quote> (the recommended
    149149  one for United States English users) locales are different. <quote>C</quote>
    150150  uses the US-ASCII 7-bit character set, and treats bytes with the high bit set
Note: See TracChangeset for help on using the changeset viewer.