Search the web
Sign In
New User? Sign Up
vim-multibyte · Vim (Vi IMproved) text editor special language list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2463 - 2492 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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. ... ...
T.P.S.Nakagawa
yaemon@...
Send Email
May 5, 2008
7:18 am
2476
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 5, 2008
2:48 pm
2477
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 ...
Derick Eddington
derick.eddington@...
Send Email
May 5, 2008
3:38 pm
2478
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 6, 2008
1:22 am
2479
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"...
T.P.S.Nakagawa
yaemon@...
Send Email
May 6, 2008
2:59 am
2480
... If your 'fileencodings' starts with "ucs-bom", Vim ought to detect correctly any Unicode encoding when there is a BOM without interfering with the...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 6, 2008
4:31 am
2481
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...
Patrick Texier
p.texier@...
Send Email
May 6, 2008
10:27 am
2482
... '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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 6, 2008
10:55 am
2483
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...
Patrick Texier
p.texier@...
Send Email
May 6, 2008
2:09 pm
2484
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,...
T.P.S.Nakagawa
yaemon@...
Send Email
May 7, 2008
2:13 pm
2485
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...
itabtabai
itabtabai@...
Send Email
Jun 12, 2008
11:27 am
2486
... 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...
björn
bjorn.winckler@...
Send Email
Jun 12, 2008
11:38 am
2487
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? ... ...
itabtabai
itabtabai@...
Send Email
Jun 12, 2008
11:48 am
2488
... A screenshot would do, but a short text file containing the problematic characters would be even better. Nico ...
Nico Weber
nicolasweber@...
Send Email
Jun 12, 2008
11:51 am
2489
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? ... ...
itabtabai
itabtabai@...
Send Email
Jun 12, 2008
12:21 pm
2490
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 ...
Nico Weber
nicolasweber@...
Send Email
Jun 12, 2008
12:38 pm
2491
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 ... ...
itabtabai
itabtabai@...
Send Email
Jun 12, 2008
1:10 pm
2492
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jun 12, 2008
1:47 pm
Messages 2463 - 2492 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help