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...
sola
kiilsx@...
Mar 18, 2008 5:08 am
2462
Thanks for the comments, I think this will be a long-term question to find the answer. the platform is Linux/ubuntu 7.10 desktop with ZH_CN.UTF-8 locale The...
za
dajiahao@...
Mar 23, 2008 8:15 am
2463
This is Nakagawa, Japanese user on unix and Windows XP SP2. ( Windows Japanese version's native character set is cp932 ) I found same problem 30 April, another...
T.P.S.Nakagawa
yaemon@...
May 2, 2008 1:29 am
2464
... The BOM is a valid codepoint, ZERO-WIDTH NO-BREAK SPACE; however its use in that capacity is now deprecated (ZERO-WIDTH NON-JOINER is preferred IIUC)....
Tony Mechelynck
antoine.mechelynck@...
May 2, 2008 2:37 am
2465
Thanks for reading my broken english, and retry and reply. ... <> ... Sorry , I did't try by gvim on Windows ( downloaded, version 7.1 / 2007 May 12 compiled...
T.P.S.Nakagawa
yaemon@...
May 2, 2008 8:18 am
2466
On 02/05/08 10:17, T.P.S.Nakagawa wrote: [...] ... This is 7.1.000. I recommend the updated Vim and gvim compiled by Steve Hall (currently 7.1.293), obtainable...
Tony Mechelynck
antoine.mechelynck@...
May 2, 2008 9:46 am
2467
Thank you Tony, and excuse me too late reply. ... O.K. I install all GnuWin32 and add path to it's bin. I erase old iconv.dll, result of all test pattern is...
T.P.S.Nakagawa
yaemon@...
May 3, 2008 6:31 pm
2468
I'm trying to figure out how to configure Vim so that ":goto X" will go to character X not byte X. If I have an external thing (in my case, an interpreter)...
Derick Eddington
derick.eddington@...
May 3, 2008 9:07 pm
2469
... No problem. [...] ... Make sure to have iconv.dll (and possibly all GnuWin32 executables) in the PATH (which, on Windows, is a semicolon-separated list)....
Tony Mechelynck
antoine.mechelynck@...
May 3, 2008 11:08 pm
2470
... don't forget the space at the end. When doing it at the keyboard you may type just gg then the number (one less than the desired character number) followed...
Tony Mechelynck
antoine.mechelynck@...
May 4, 2008 12:06 am
2471
Thank you Tony. ... Oh , Yes. ( My english is too poor, but not begenner of PC ) I see :fileencodings on gvim , and my _vimrc set ... ...
T.P.S.Nakagawa
yaemon@...
May 4, 2008 1:07 am
2472
... Yes, a Vim build compiled with +iconv/dyn will act as -iconv (has("iconv") == 0) if it cannot establish contact with _any_ iconv.dll so the other ":if"...
Tony Mechelynck
antoine.mechelynck@...
May 4, 2008 2:24 am
2473
Sorry every typo and send my dirty setting by historical reason. ... Thank you. I correct this sort. ... ...
T.P.S.Nakagawa
yaemon@...
May 4, 2008 4:53 am
2474
Good morning ( it's 8:25 in Japan ) ... Today, I success compile iconv-1.12 for Windows. by cross compile on unix box, mingw32. If you try this, please get...
T.P.S.Nakagawa
yaemon@...
May 4, 2008 11:26 pm
2475
Hello ... <> ... I see! On Windows XP, file encoding detect success or not, gvim can't display UTF8 + BOM, if &fileencodings setted. lush-up way is that. ... ...