Hello, VIM-gurus!
I have a multibyte-related question. Is this the right place to ask
such kind of questions?
There it is:
On certain files, after trying to...
619
Ron Aaron
ron@...
Apr 7, 2002 5:50 am
... Hello, Valery. ... Indeed it is! ... You are doing things correctly, but it appears you have a defective iconv.dll. You should download mine: ...
620
Valery Kondakoff
strauss@...
Apr 7, 2002 9:33 am
Hello, Ron! ... RA> You are doing things correctly, but it appears you have a defective iconv.dll. RA> You should download mine: RA>...
621
Valery Kondakoff
strauss@...
Apr 7, 2002 6:19 pm
Hello, Ron! ... RA> Sorry, try again. I had an older iconv.dll there. The newer one is in its RA> place. Thank you. I (re)downloaded updated file......
622
Valery Kondakoff
strauss@...
Apr 8, 2002 6:51 pm
Hello, vim-gurus! I'm very new to VIM-world, but I like the editor very much and I _really_ want to set it up to work with multiple file encodings. There is...
623
Glenn Maynard
glenn@...
Apr 10, 2002 11:30 pm
... I get this, too; pasting non-ASCII text to and from gvim doesn't work for me. In UTF-8, I can't copy "á" or "か" to *or* from gvim. In latin1, I can...
624
Bram Moolenaar
Bram@...
Apr 11, 2002 6:33 pm
... The Win32 clipboard code in Vim doesn't do conversion of encoding and doesn't indicate what encoding is being used. This suggests something is missing...
625
Glenn Maynard
glenn@...
Apr 11, 2002 7:50 pm
... What? Your encoding is wrong, I think. ... I don't think termencoding should do anything when in a GUI. I think that on NT systems, at least, the...
626
Valery Kondakoff
strauss@...
Apr 11, 2002 8:09 pm
Hello, Bram! ... BM> The Win32 clipboard code in Vim doesn't do conversion of encoding and BM> doesn't indicate what encoding is being used. This suggests...
627
Noah Levitt
nlevitt@...
Apr 11, 2002 8:12 pm
Hello, The UTF8_STRING atom lets me copy and paste between mozilla and xterm. Do we intend to support it in vim? Noah...
628
Glenn Maynard
glenn@...
Apr 12, 2002 10:03 pm
... Setting imsearch=0 fixed this. (The oddity of the IME turning off was due to a forgotten IME keybinding I made: ^U in the IME turns it off. I was hitting...
629
Yasuhiro Matsumoto
mattn_jp@...
Apr 17, 2002 12:33 pm
hello bram and all. clear_next_cell don't work correctly. on some case, following text will be erased. this happend with text included underline. old text: ...
630
Yasuhiro Matsumoto
mattn_jp@...
Apr 18, 2002 10:26 am
... Hmm, I guess that the patch should be included. if leadbyte erase by single-width character, double-width character will be broken. Then, the trailbyte and...
631
Bram Moolenaar
Bram@...
Apr 19, 2002 5:22 am
... I don't see how this can go wrong, unless the mb_off2cells() call gives a wrong result. I guess that might happen when it's called with an offset that...
632
Bram Moolenaar
Bram@...
Apr 20, 2002 8:27 pm
... That's not what I was asking. Where you say "mbyte_cells become 2", I don't understand it. mbyte_cells is 1 when displaying the extra " ". Do you mean...
633
Yasuhiro Matsumoto
mattn_jp@...
Apr 22, 2002 1:03 am
... And your said is true. I'm explaining again, sorry. For example, putting ' ' on '[][]'. [][] : mbyte_cell=2, (*mb_off2cell)(off)=2,...
634
Yasuhiro Matsumoto
mattn_jp@...
Apr 22, 2002 1:11 am
... I had sent the e-mail included typo. ... This is my fault. And your said is true. ... .......... Thanks. -- Yasuhiro ...
635
Bram Moolenaar
Bram@...
Apr 22, 2002 6:20 pm
... Well, I can predict that if we fix it this way, the problem with mb_off2cell() will pop up later anyway. Since the utf-8 version of this function returns...
636
Yasuhiro Matsumoto
mattn_jp@...
Apr 23, 2002 2:39 am
... Hmm..., this is problem of this logic. mb_off2cells should work correctly if the string is not broken. but clear_next_cell might break the combination for...
637
Bram Moolenaar
Bram@...
Apr 23, 2002 8:38 am
... Yeah, that makes it complicated. The utf-8 character is stored separately, which means this is still available even when the left halve of the wide...
638
Yasuhiro Matsumoto
mattn_jp@...
Apr 23, 2002 9:38 am
... It happened some time with few specified dbcs character. The character have possible to be made by trailbyte and leadbyte. I'm testing before sent the last...
639
Bram Moolenaar
Bram@...
May 6, 2002 6:42 pm
I will be present at the upcoming SANE 2002 conference. I'm actually doing a poster session on A-A-P, but they won't stop us from talking about Vim :-)....
640
youlgok
youlgok@...
May 10, 2002 8:42 am
Hi, All: I am using Vim on windows98. I know Windows98 doesn't support Unicode(UTF-8), but Vim does. Can I still use Unicode on GVim on windows98? Thanks. ...
641
alexandre.elias@...
Jun 4, 2002 2:12 am
Hi, I've been using vim 6.1/w2k/GUI with GIME support for my Japanese text editing for some days now. Generally I've been impressed by how solid the support...
642
Glenn Maynard
glenn@...
Jun 4, 2002 6:33 pm
... wcwidth() thinks U+25CF is single-width, but it's double-width in the Windows fonts. This is a fairly common bug; it happens with Unicode open- and...
643
Bram Moolenaar
Bram@...
Jun 4, 2002 6:37 pm
... This sounds like a font problem. I don't find a remark in the Unicode list for character 0x25CF to be double width. ... This has been discussed, and the...
644
Bram Moolenaar
Bram@...
Jun 4, 2002 6:50 pm
... It would be good to avoid the display to be messed up. If just this one character isn't displayed correctly that's not much of a problem (leave out half...
645
Glenn Maynard
glenn@...
Jun 4, 2002 7:11 pm
... It's at least five characters: U+25CF, U+2018, U+2019, U+201C, U+201D. I'm considering throwing together a program to see if there are others. ... They...
646
Glenn Maynard
glenn@...
Jun 4, 2002 7:22 pm
... The IME in Windows, when enabled, enters Japanese by default. If I want to enter English, I turn it off. (Actually, reverse that; if I want to type...
647
Bram Moolenaar
Bram@...
Jun 4, 2002 9:05 pm
... In Normal mode IME should always be off by default (and it can only be switched on by some key chord, I suppose). That it's on sounds like a bug. ... I...