Author: bdubbs
Date: 2006-04-16 18:35:00 -0600 (Sun, 16 Apr 2006)
New Revision: 5870

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/editors/vim.xml
Log:
Added comments to vim about non-ISO-8859-1 formats. Mirrors LFS comments

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-17 00:09:40 UTC 
(rev 5869)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-17 00:35:00 UTC 
(rev 5870)
@@ -45,6 +45,10 @@
       <para>April 17th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Changed vim to match LFS instructions regarding
+          UFF-8 locales.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated to kde-3.5.2.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml  2006-04-17 00:09:40 UTC (rev 5869)
+++ trunk/BOOK/postlfs/editors/vim.xml  2006-04-17 00:35:00 UTC (rev 5870)
@@ -124,6 +124,16 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+    <para>In UTF-8 locales, the <command>vimtutor</command> program tries to
+    convert the tutorials from ISO-8859-1 to UTF-8. Since some tutorials are
+    not in ISO-8859-1, the text in them is thus made unreadable. If you
+    unpacked the <filename>vim-&vim-version;-lang.tar.gz</filename> archive and
+    are going to use a UTF-8 based locale, remove non-ISO-8859-1 tutorials.  An
+    English tutorial will be used instead.</para>
+                        
+<screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk}
+rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
+
   </sect2>
 
   <sect2 role="commands">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to