Remove reference to watch program not

supporting UTF-8 locales in the Bash Sheel Startup
Files section. Fixes #2310.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-05-17 03:37:12 +00:00
parent 07312f6eec
commit f2705730ee
2 changed files with 8 additions and 3 deletions

View File

@ -40,6 +40,13 @@
<listitem>
<para>2009-05-16</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Remove reference to watch program not
supporting UTF-8 locales in the Bash Sheel Startup
Files section.
Fixes
<ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update gcc instruction explanations.
Thanks to Chris Staub for the patch.

View File

@ -155,9 +155,7 @@ EOF</userinput></screen>
8-bit</quote>). So you can use the <quote>C</quote> locale only if you are sure that
you will never need 8-bit characters.</para>
<para>UTF-8 based locales are not supported well by many programs. E.g., the
<command>watch</command> program displays only ASCII characters in UTF-8
locales and has no such restriction in traditional 8-bit locales like en_US.
<para>UTF-8 based locales are not supported well by many programs.
Work is in progress to document and, if possible, fix such problems, see
<ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para>