Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter09/profile.xml

    rd4fdde6 r37e35d2  
    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.