Changeset c800f78


Ignore:
Timestamp:
07/11/2006 04:36:24 PM (18 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, 6.3, 6.4, 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:
cd2f7f0
Parents:
9b41802
Message:

Added clarifying text to section 7.9 concerning charmap specifications.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9b41802 rc800f78  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Added clarifying text to section 7.9 concerning
     43          charmap specifications.  Thanks to Dan Nicholson.
     44          Closes ticket #1813.</para>
     45        </listitem>
     46        <listitem>
    4247          <para>[bdubbs] - Moved text in section 5.7 "Adjusting the Toolchain"
    4348          referencing TCL out of the caution and into its own note so it does not
    4449          get included later in gcc-pass2.
    4550          Closes ticket #1822.</para>
     51        </listitem>
    4652        <listitem>
    4753          <para>[bdubbs] - Updated the kernel to version 2.6.16.24.
  • chapter07/profile.xml

    r9b41802 rc800f78  
    125125<screen><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></screen>
    126126
    127   <para>Sometimes it is possible to fix this by removing the charmap part of the
    128   locale specification, as long as that does not change the character map that
    129   Glibc associates with the locale (this can be checked by running the
    130   <command>locale charmap</command> command in both locales).  For example, one
    131   would have to change &quot;de_DE.ISO-8859-15@euro&quot; to
    132   &quot;de_DE@euro&quot; in order to get this locale recognized by Xlib.</para>
     127  <para>Here Xlib expects that the character map will be listed in uppercase
     128  notation with canonical dashes. For instance, "ISO-8859-1" rather than
     129  "iso88591". It is sometimes possible to fix this by removing the charmap part
     130  of the locale specification, as long as that does not change the character
     131  map that Glibc associates with the locale.  This can be checked by running
     132  the <command>locale charmap</command> command in both locales.  For example,
     133  one would have to change "de_DE.ISO-8859-15@euro" to "de_DE@euro" in order to
     134  get this locale recognized by Xlib.</para>
    133135
    134136  <para>Other packages can also function incorrectly (but may not necessarily
Note: See TracChangeset for help on using the changeset viewer.