I have a Korean colleague who wants to edit some texts using Korean jamo characters (Unicode 0x1100-0x11FF). This would be very easy in Vim, if we could find...
Kenneth Reid Beesley
krbeesley@...
Jan 10, 2008 6:06 pm
2433
Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab...
Bram Moolenaar
Bram@...
Jan 15, 2008 8:56 pm
2434
Here is the relevant build log: gui.c: In function 'gui_screenstr': gui.c:1913: error: 'enc_utf8' undeclared (first use in this function) gui.c:1913: error:...
Anand Hariharan
mailto.anand.harihara...
Jan 22, 2008 1:42 pm
2435
... GTK 2 is utf-8 based. Thus if you build with GTK 2 you must build with FEAT_MBYTE. -- SOLDIER: Where did you get the coconuts? ARTHUR: Through ... We...
Bram Moolenaar
Bram@...
Jan 22, 2008 10:10 pm
2436
... (...) ... Thank you for the prompt reply, Bram. God bless you for your ICCF efforts. sincerely, - Anand ...
Anand Hariharan
mailto.anand.harihara...
Jan 22, 2008 11:48 pm
2437
Hi, I'm using Vim 7.1 (patched 1-229) with SCIM 1.4.0 (Anthy) for Japanese inputting. After I preedit Japanese text, iminsert automatically turns off, though I...
Takuhiro Nishioka
takuhiro@...
Feb 5, 2008 4:26 am
2438
... I can't say I understand the details either. The im_is_active flag is supposed to keep track if wetther the input method is active, thus that typed...
Bram Moolenaar
Bram@...
Feb 6, 2008 6:41 pm
2439
Hi, Yes, Vim with GTK2 on Fedora Core 6. I don't have the Linux environment here, so I'll check through more in a few days. The following is what I discovered...
Takuhiro Nishioka
takuhiro@...
Feb 9, 2008 4:39 am
2440
hi, i'm new to vim. does anyone know where .vimrc file could be beside its default location ~/ I'm on OS X 10.5.2. I could only find .viminfo there. I tried...
koadr
pwnrus@...
Feb 13, 2008 7:25 am
2441
... Welcome :-) ... Vim looks for ~/.vimrc and ~/_vimrc. I recommend the latter, because files whose names start with '.' are not displayed in the Finder. ... ...
Nico Weber
nicolasweber@...
Feb 13, 2008 7:38 am
2442
Thanks for the reply, Nico. I think i'll create it myself. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
koadr
pwnrus@...
Feb 13, 2008 7:54 am
2443
Hi, (Only after I have sent the email to vim@... I realized this question is more appropriate to this group, I'm sorry if you have received both the...
Hua Yanghao
huayanghao@...
Feb 18, 2008 5:40 am
2444
... You are seeing the BOM, the byte order mark, of utf-8 at the beginning of the file. This can cause problems for any program that does not know how to...
Camillo Särs
ged@...
Feb 18, 2008 3:16 pm
2445
Hi, Thanks very much, that's exactly what i missed here. Best Regards, Hua Yanghao --~--~---------~--~----~------------~-------~--~----~ You received this...
Hua Yanghao
huayanghao@...
Feb 18, 2008 3:37 pm
2446
I am playing with CSV files with Chinese contents. Windows (Excel) outputs a text file in ucs-2le coding. VIM correctly opens this file and displays Chinese...
msingtse@...
Mar 12, 2008 7:36 am
2447
... You don't need to change your Windows locale (I can display Chinese characters in Unicode perfectly in an fr_BE locale), but you may need to use gvim...
Tony Mechelynck
antoine.mechelynck@...
Mar 12, 2008 8:04 am
2448
Thanks Tony for the advice. More details on my problem: I am using gVim on Windows Vista Business which has full (normal) Chinese support. I set "enc=ucs-2le"...
Mansing
msingtse@...
Mar 12, 2008 9:10 am
2449
... Try the following after starting gvim afresh (lines starting with a double-quote are comments; you don't need to type them) ... " (the input UCS-2le file)....
Tony Mechelynck
antoine.mechelynck@...
Mar 12, 2008 9:37 am
2450
Hi, I love Vim's language support, but I am puzzled how can I ogonkify on Wind*ws platform as well as I can on Linux? For example, to enter extended latin-1 ...
Joseph Schiller
tendingcows@...
Mar 12, 2008 5:40 pm
2451
... //Ged -- Camillo Särs <ged@...> Aim for the impossible and you http://www.ged.fi will achieve the improbable ...
Camillo Särs
ged@...
Mar 12, 2008 6:25 pm
2452
... Note: the present reply is in UTF-8 On Windows, +multi_byte is usually part of +multi_byte_ime/dyn. You can check it by ... (similarly for any other...
Tony Mechelynck
antoine.mechelynck@...
Mar 12, 2008 11:26 pm
2453
The instruction works! Seems I must set both "enc" and "fenc" correctly ~before~ loading an input file. I used to set only the "enc" to match input file format...
Mansing
msingtse@...
Mar 13, 2008 2:41 am
2454
... 'enc' means how Vim represents the data in memory. 'fenc' means how the data is represented on disk, it will usually be set automagically at load-time...
Tony Mechelynck
antoine.mechelynck@...
Mar 13, 2008 3:39 am
2455
[Tony Mechelynck] ... This is a common misconception. Unicode can represent many things, not anything. On one side, the W3C consortium has dispositions...
François Pinard
pinard@...
Mar 13, 2008 10:32 am
2456
Did you come upon this kind of trouble? my GVIM lose syntax hightlighting oftenly. especially when I switch to another tab or buffer I checked the plugins i...
za
dajiahao@...
Mar 14, 2008 2:26 pm
2457
... Which platform are you using? Does it also happen if you start vim with `gvim -u NONE -U NONE`? That prevents that your .vimrc file is loaded. You can use...
Nico Weber
nicolasweber@...
Mar 14, 2008 3:11 pm
2458
I tried the following command with some Chinese characters in file kk.txt. vim --noplugin -es kk.txt +"set encoding=utf-8" +"set tenc=cp950" +"set...
sola
kiilsx@...
Mar 17, 2008 2:40 pm
2459
... Check the help for the -s option: :help -s-ex Perhaps it's something in your vimrc that matters. Try using "-u NONE" to both commands. Setting...
Bram Moolenaar
Bram@...
Mar 17, 2008 9:29 pm
2460
... I tried with different termencoding,it has no effect on the output at all. I tried with different encoding,it only works when encoding is same as the...
sola
kiilsx@...
Mar 18, 2008 4:37 am
2461
... typo error: It should be "ucs-2le" but not "ucs2-le" so this dont work too. --~--~---------~--~----~------------~-------~--~----~ You received this message...