diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter07/profile.xml | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6aad91eee..65e8d82f8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,13 @@ <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. Fixes diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 76ddcca89..09f59eded 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -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> |