Changeset 83f01733


Ignore:
Timestamp:
07/13/2006 02:37:29 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:
b540268
Parents:
f67a9da
Message:

Updated text in section 7.9 to better explain the Xlib locale example.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf67a9da r83f01733  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>July 13, 2006</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Updated text in section 7.9 (The Bash
     43          Shell Startup Files) to better explain the Xlib example.
     44          </para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3849    <listitem>
    3950      <para>July 12, 20006</para>
  • chapter07/profile.xml

    rf67a9da r83f01733  
    121121  <para>Some packages beyond LFS may also lack support for your chosen locale. One
    122122  example is the X library (part of the X Window System), which outputs the
    123   following error message:</para>
     123  following error message if the locale does not exactly match one of the character
     124  map names in its internal files:</para>
    124125
    125126<screen><computeroutput>Warning: locale not supported by Xlib, locale set to C</computeroutput></screen>
    126127
    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>
     128  <para>In several cases Xlib expects that the character map will be listed in
     129  uppercase notation with canonical dashes. For instance, "ISO-8859-1" rather
     130  than "iso88591". It is also  possible to find an appropriate specification by
     131  removing the charmap part of the locale specification.  This can be checked
     132  by running the <command>locale charmap</command> command in both locales.
     133  For example, one would have to change "de_DE.ISO-8859-15@euro" to
     134  "de_DE@euro" in order to get this locale recognized by Xlib.</para>
    135135
    136136  <para>Other packages can also function incorrectly (but may not necessarily
  • general.ent

    rf67a9da r83f01733  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060712">
    3 <!ENTITY releasedate "July 12, 2006">
     2<!ENTITY version "SVN-20060713">
     3<!ENTITY releasedate "July 13, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.