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...
2464
Tony Mechelynck
antoine.mechelynck@...
May 2, 2008 2:37 am
... 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)....
2465
T.P.S.Nakagawa
yaemon@...
May 2, 2008 8:18 am
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...
2466
Tony Mechelynck
antoine.mechelynck@...
May 2, 2008 9:46 am
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...
2467
T.P.S.Nakagawa
yaemon@...
May 3, 2008 6:31 pm
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...
2468
Derick Eddington
derick.eddington@...
May 3, 2008 9:07 pm
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)...
2469
Tony Mechelynck
antoine.mechelynck@...
May 3, 2008 11:08 pm
... No problem. [...] ... Make sure to have iconv.dll (and possibly all GnuWin32 executables) in the PATH (which, on Windows, is a semicolon-separated list)....
2470
Tony Mechelynck
antoine.mechelynck@...
May 4, 2008 12:06 am
... 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...
2471
T.P.S.Nakagawa
yaemon@...
May 4, 2008 1:07 am
Thank you Tony. ... Oh , Yes. ( My english is too poor, but not begenner of PC ) I see :fileencodings on gvim , and my _vimrc set ... ...
2472
Tony Mechelynck
antoine.mechelynck@...
May 4, 2008 2:24 am
... 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"...
2473
T.P.S.Nakagawa
yaemon@...
May 4, 2008 4:53 am
Sorry every typo and send my dirty setting by historical reason. ... Thank you. I correct this sort. ... ...
2474
T.P.S.Nakagawa
yaemon@...
May 4, 2008 11:26 pm
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...
2475
T.P.S.Nakagawa
yaemon@...
May 5, 2008 7:18 am
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. ... ...
2476
Tony Mechelynck
antoine.mechelynck@...
May 5, 2008 2:48 pm
... If what you said above is exact, it's a Notepad bug: a UTF-8 BOM is three bytes, a UTF-16 BOM (also used for UCS-2) is two bytes, a UTF-32 BOM is four...
2477
Derick Eddington
derick.eddington@...
May 5, 2008 3:38 pm
Thanks Tony. That's a lot to have to type every time I want to go to a character. I'm thinking there must be a way to package that code into a Vim ...
2478
Tony Mechelynck
antoine.mechelynck@...
May 6, 2008 1:22 am
... You would in any case have had to either type the character-count manually, or (in a script) get it from a variable. Manually, it's usually just as many...
2479
T.P.S.Nakagawa
yaemon@...
May 6, 2008 2:59 am
Sorry, Tony. But I pleasure of report next thing of this problem. ... Oh yes. I delete 2 bytes , that displayed in unix UTF-8 console. But by shown "od -xc"...
2480
Tony Mechelynck
antoine.mechelynck@...
May 6, 2008 4:31 am
... If your 'fileencodings' starts with "ucs-bom", Vim ought to detect correctly any Unicode encoding when there is a BOM without interfering with the...
2481
Patrick Texier
p.texier@...
May 6, 2008 10:27 am
I'm Using gVim 7.1.293 (huge with multibyte_ime/dyn, iconv/dyn...) on Windows. I'm using the following _vimrc. ====== _vimrc ========== if has("multi_byte") if...
2482
Tony Mechelynck
antoine.mechelynck@...
May 6, 2008 10:55 am
... 'fileencodings', no matter what you set it to, will never detect a file as UTF-8 if it contains invalid UTF-8 sequences. To force opening as UTF-8, try...
2483
Patrick Texier
p.texier@...
May 6, 2008 2:09 pm
Le Tue, 06 May 2008 12:55:10 +0200, Tony Mechelynck a écrit dans le ... Thanks Tony. I'm using ... All invalid bytes are in comments between {{ ... }} and not...
2484
T.P.S.Nakagawa
yaemon@...
May 7, 2008 2:13 pm
Thanks all. ... Oh!? Did I forget write? After libiconv version up to 1.11 , Vim detect all time correct charset. ( If I confidence "set fileencoding?" ) And,...
2485
itabtabai
itabtabai@...
Jun 12, 2008 11:27 am
Hello, I do edits using regexp on large files. However, I am facing problems with Arabic diacritics display on MacVim, and I am assuming it is inherited from...
2486
björn
bjorn.winckler@...
Jun 12, 2008 11:38 am
... I do not know for sure but this is possibly a problem with MacVim. It is know that MacVim has problems with certain nonspacing marks to which set Arabic...
2487
itabtabai
itabtabai@...
Jun 12, 2008 11:48 am
Thanks for the prompt reply. What do you mean by "sample of problematic code"? A sample of the arabic text that is not displaying well? Screenshot? ... ...
2488
Nico Weber
nicolasweber@...
Jun 12, 2008 11:51 am
... A screenshot would do, but a short text file containing the problematic characters would be even better. Nico ...
2489
itabtabai
itabtabai@...
Jun 12, 2008 12:21 pm
Sorry guys, but it is my first time here, I've got two comparative screenshots and a sample text file. How do I post them? ... ...
2490
Nico Weber
nicolasweber@...
Jun 12, 2008 12:38 pm
Hi, ... you could use the "upload file" button at http://groups.google.com/group/vim_mac , post them to rapidshare, or append them to a mail if the files are ...
2491
itabtabai
itabtabai@...
Jun 12, 2008 1:10 pm
Can't upload, e-mail is rejected! My first time using rapidshare, I hope the link is the right one: http://rapidshare.com/files/121921145/macvim.gif.html ... ...
2492
Tony Mechelynck
antoine.mechelynck@...
Jun 12, 2008 1:47 pm
... Hmmm.... - Is your Vim version compiled with +arabic ? - It could be a problem with your console if you weren't using gvim - I'm attaching a _small_ text...