ソースを参照

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

Bruce Dubbs 16 年 前
コミット
f2705730ee
2 ファイル変更8 行追加3 行削除
  1. 7 0
      chapter01/changelog.xml
  2. 1 3
      chapter07/profile.xml

+ 7 - 0
chapter01/changelog.xml

@@ -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.

+ 1 - 3
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>