r69 - trunk/vim/debian

Alexis Sukrieh sukria-guest@costa.debian.org
Wed, 16 Mar 2005 10:23:20 +0100


Author: sukria-guest
Date: 2005-03-16 10:23:19 +0100 (Wed, 16 Mar 2005)
New Revision: 69

Modified:
   trunk/vim/debian/README.Debian
   trunk/vim/debian/changelog
Log:

Added a note about UTF-8 realated issues in README.Debian



Modified: trunk/vim/debian/README.Debian
===================================================================
--- trunk/vim/debian/README.Debian	2005-03-16 08:41:19 UTC (rev 68)
+++ trunk/vim/debian/README.Debian	2005-03-16 09:23:19 UTC (rev 69)
@@ -14,3 +14,18 @@
    smooth, without loosing your local changes.
 
  -- Norbert Tretkowski <nobse@debian.org>  Wed, 12 May 2004 20:33:05 +0200
+
+UTF-8 Known issues
+------------------
+
+    There are some known problems with using Vim in an UTF-8 environment.
+    It's strongly adviced to update the encoding variable when using Vim in UTF-8
+    environment. 
+    Putting this line in your vimrc do the trick:
+
+        set enconding=utf-8
+
+    This will prevent some known UTF-8 realted problems.
+
+ -- Alexis Sukrieh <sukria@sukria.net> Wed, 16 Mar 2005 10:24:32 +0100
+

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-16 08:41:19 UTC (rev 68)
+++ trunk/vim/debian/changelog	2005-03-16 09:23:19 UTC (rev 69)
@@ -23,8 +23,11 @@
   * Matthijs Mohlmann <matthijs@cacholong.nl>:
     + Added syntax highlighting for xmodmap (Closes: #296759).
 
- -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Wed, 16 Mar 2005 09:40:10 +0100
+  * Alexis Sukrieh <sukria@sukria.net>:
+    + Added a note about UTF-8 realated issues in README.Debian.
 
+ -- Alexis Sukrieh <sukria@sukria.net>  Wed, 16 Mar 2005 10:28:17 +0100
+
 vim (1:6.3-064+1) unstable; urgency=low
 
   * Norbert Tretkowski <nobse@debian.org>: