Author: bdubbs
Date: 2006-07-11 10:36:24 -0600 (Tue, 11 Jul 2006)
New Revision: 7654
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter07/profile.xml
Log:
Added clarifying text to section 7.9 concerning charmap specifications.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-07-11 02:09:51 UTC (rev 7653)
+++ trunk/BOOK/chapter01/changelog.xml 2006-07-11 16:36:24 UTC (rev 7654)
@@ -39,10 +39,16 @@
<para>July 11, 2006</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added clarifying text to section 7.9 concerning
+ charmap specifications. Thanks to Dan Nicholson.
+ Closes ticket #1813.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Moved text in section 5.7 "Adjusting the Toolchain"
referencing TCL out of the caution and into its own note so it does
not
get included later in gcc-pass2.
Closes ticket #1822.</para>
+ </listitem>
<listitem>
<para>[bdubbs] - Updated the kernel to version 2.6.16.24.
Closes ticket #1808.</para>
Modified: trunk/BOOK/chapter07/profile.xml
===================================================================
--- trunk/BOOK/chapter07/profile.xml 2006-07-11 02:09:51 UTC (rev 7653)
+++ trunk/BOOK/chapter07/profile.xml 2006-07-11 16:36:24 UTC (rev 7654)
@@ -124,12 +124,14 @@
<screen><computeroutput>Warning: locale not supported by Xlib, locale set to
C</computeroutput></screen>
- <para>Sometimes it is possible to fix this by removing the charmap part of
the
- locale specification, as long as that does not change the character map that
- Glibc associates with the locale (this can be checked by running the
- <command>locale charmap</command> command in both locales). For example, one
- would have to change "[EMAIL PROTECTED]" to
- "[EMAIL PROTECTED]" in order to get this locale recognized by
Xlib.</para>
+ <para>Here Xlib expects that the character map will be listed in uppercase
+ notation with canonical dashes. For instance, "ISO-8859-1" rather than
+ "iso88591". It is sometimes possible to fix this by removing the charmap part
+ of the locale specification, as long as that does not change the character
+ map that Glibc associates with the locale. This can be checked by running
+ the <command>locale charmap</command> command in both locales. For example,
+ one would have to change "[EMAIL PROTECTED]" to "[EMAIL PROTECTED]" in order
to
+ get this locale recognized by Xlib.</para>
<para>Other packages can also function incorrectly (but may not necessarily
display any error messages) if the locale name does not meet their
expectations.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page