We have created the Persian-Iranian keymap file for Vim based on Persian Standard Keyboard Layout.
As utf-8 is the only encoding for Persian on Linux, we...
973
Bram Moolenaar
Bram@...
Aug 18, 2003 9:10 am
Behnam - ... Thanks. I'll include it. Don't forget to send me a new version when you make improvements. - Bram -- hundred-and-one symptoms of being an...
974
stric@...
Aug 20, 2003 12:46 pm
See the attached file for details...
975
koron@...
Aug 22, 2003 9:17 am
See the attached file for details...
976
Bram Moolenaar
Bram@...
Aug 22, 2003 10:30 am
Vim search patterns are regular expressions. Several times the question has come up whether there is a good book for learning to use regular expressions. The...
977
cec@...
Aug 25, 2003 2:14 pm
Please see the attached file for details....
978
dany.stamant@...
Aug 30, 2003 1:29 am
See the attached file for details...
979
dany.stamant@...
Aug 31, 2003 6:34 pm
Please see the attached file for details....
980
khorev@...
Sep 5, 2003 1:43 am
Please see the attached file for details....
981
leitner@...
Sep 5, 2003 6:34 pm
See the attached file for details...
982
koron@...
Sep 6, 2003 6:26 am
Please see the attached file for details....
983
leitner@...
Sep 7, 2003 9:38 pm
Please see the attached file for details....
984
Aleksander Adamowski
aleksander.adamowski@...
Sep 10, 2003 9:20 am
Hi! I've noticed that with version 6.2 VIM started to add the BOM at teh beginning of files when I use an UTF-8 locale. Unfortunately, even with the latest...
985
Bram Moolenaar
Bram@...
Sep 10, 2003 12:35 pm
... Vim doesn't add a BOM, it only preserves it when it's already there. ... You can reset the 'bomb' option to remove a BOM when writing a file. -- My...
986
Rick Frankum
frankum@...
Oct 4, 2003 6:09 pm
Hello, I'm trying to figure out how to configure vim on my system. I'm running Windows XP (English menus, but with Japanese support enabled) and would like to...
987
Tony Mechelynck
antoine.mechelynck@...
Oct 4, 2003 6:41 pm
... Hello. I have only some of the answers you are looking for. Probably someone else will jump in to fill in what I didn't know. ... +multi_byte_ime/dyn means...
988
Rick Frankum
frankum@...
Oct 5, 2003 4:13 pm
... I appreciate it! ... To update: the vim I have is indeed multibyte-enabled. The big problem appears to be that I'm not editing S-JIS files but in fact...
989
Glenn Maynard
glenn@...
Oct 5, 2003 8:42 pm
... You need iconv.dll to handle euc-jp. You also need to change "fileencoding", not "encoding". "encoding" represents the internal representation, and should...
990
Camillo Särs
ged@...
Oct 10, 2003 12:16 pm
Hi, (vim 6.2, WinXP) If I use the UTF-8 encoding, and enter non-ascii characters in filenames, they also use the UTF-8 encoding. That's clearly wrong on...
991
Glenn Maynard
glenn@...
Oct 12, 2003 7:48 pm
Hmm. My reply appears to have vanished without a trace. I'd attached os_win32.c (not noticing that it was an extremely oversized source file--over 100k); I'm...
992
Tony Mechelynck
antoine.mechelynck@...
Oct 12, 2003 8:44 pm
Glenn Maynard <glenn@...> wrote: [...] ... [...] There are more problems than just printing. As long as 'fileencoding39;, 'printencoding' and (most...
993
Glenn Maynard
glenn@...
Oct 12, 2003 9:39 pm
... This is a trivial fix, which I already proposed many months ago: the defaults in Windows should be the results of exe "set fileencodings=ucs-bom,utf-8,cp"...
994
Tony Mechelynck
antoine.mechelynck@...
Oct 13, 2003 12:41 am
... Trivial or not, my opinion is that handling files and keypresses as per the locale shouldn't be a "fix", it should be the (program) default. The "minor ...
995
Glenn Maynard
glenn@...
Oct 13, 2003 1:29 am
... My suggestion was that these be the default settings in Windows, not be settings that the user has to fix. ... This sounds like a bug. The input from...
996
Tony Mechelynck
antoine.mechelynck@...
Oct 13, 2003 3:21 am
... I understood you as meaning that the program-default setting should be Unicode. I beg to differ, however. Or maybe I misunderstood what you were saying....
997
Glenn Maynard
glenn@...
Oct 13, 2003 4:16 am
... I believe that the *internal* encoding ("encoding") can, if the various bugs are fixed, reasonably be UTF-8, unless there's outcry about memory usage. I...
998
Tony Mechelynck
antoine.mechelynck@...
Oct 13, 2003 5:28 am
... so, IIUC, if we want to keep keyboard input, printer output, and file creation to operate by default according to the geographic locale, then one thing...
999
Glenn Maynard
glenn@...
Oct 13, 2003 5:44 am
... That's what I was suggesting originally, I just wasn't clear enough. ... (Right, but the difference is significant, so I just wanted to make it clear that...
1000
Camillo Särs
ged@...
Oct 13, 2003 7:24 am
... Correct. Additionally, you can always enter any unicode character code directly from the keyboard. All that is needed is the numeric keypad in numlock...
1001
Glenn Maynard
glenn@...
Oct 13, 2003 7:47 am
... They don't break down, they're just imperfect. ... Vim should support UTF-8 in 9x, too. ... It works well for many uses; I use enc=utf-8 exclusively, to...