I installed vim 7.2 on 64bits centos , and using '--enable-multibyte39; option , but when I typed chinese characters in vim,it show some unrecognized characters...
2652
Tony Mechelynck
antoine.mechelynck@...
Feb 14, 2010 3:12 am
... After reading about half of this thread, I have the following remarks: - I haven't succeeded to print "full-Unicode" text with :hardcopy. When I have a...
2653
kroiz
kroizguy@...
Feb 20, 2010 9:05 am
Hi Some text files that I open are not readable and have weird signs, The bom for this files is ff fe (UTF-16 BE according to wikipedia) vim has fencs set to...
2654
Tony Mechelynck
antoine.mechelynck@...
Feb 20, 2010 11:11 am
... Normally, Vim should detect the encoding and remember how to translate to disk what it has in memory. 'encoding39; is the representation of the characters in...
2655
Bram Moolenaar
Bram@...
Mar 3, 2010 8:21 pm
Hello Vim users! Your donations for the use of Vim and otherwise have resulted in a very good year for ICCF. For the first time the total amount went over ...
2656
Bram Moolenaar
Bram@...
Mar 3, 2010 8:22 pm
Hello Vim users! Your donations for the use of Vim and otherwise have resulted in a very good year for ICCF. For the first time the total amount went over ...
2657
Dennis Cao
deafguy003@...
Mar 7, 2010 11:39 pm
System Environment: * Windows XP Pro SP2 Simple Chinese Version * Vim 7.2 I want to input greek characters. As my system is Simple Chinese, I tried keymap...
2658
Tony Mechelynck
antoine.mechelynck@...
Mar 8, 2010 2:49 am
... 1. Make sure that 'encoding39; is set to some charset which includes Greek glyphs: UTF-8 will certainly do it, or maybe GB18030 will, but not the other...
2659
Aditya Kher
aditya.kher@...
Mar 8, 2010 6:29 am
This is interesting. I wonder if it is possible to use VIM for Devnagari (http://en.wikipedia.org/wiki/Devanagari)? The encoding is UTF-8 and there are...
2660
Tony Mechelynck
antoine.mechelynck@...
Mar 8, 2010 3:09 pm
... I'm not sure. You'd probably have to use gvim, or maybe (on Linux) Vim in mlterm if your mlterm font has Indian glyphs; and I don't know how Vim handles...
2661
Tony Mechelynck
antoine.mechelynck@...
Mar 9, 2010 7:28 am
... The site works for me. If you are in mainland China, maybe the site is blocked by your government? (though I can't imagine what would be "subversive" on...
2662
Tony Mechelynck
antoine.mechelynck@...
Mar 9, 2010 7:56 am
... Try changing it as follows: if has('multi_byte') " if not compiled-in, we can't use it if &enc !~? '^u' " if already Unicode, no need to change if &tenc...
2663
John Beckett
johnb.beckett@...
Mar 9, 2010 9:17 am
... To the OP: Wikia is blocked in China (I don't know why). An old version of vim.wikia.com is available at a mirror site set up in response. The site is not...
2664
Tony Mechelynck
antoine.mechelynck@...
Mar 9, 2010 3:08 pm
... 曹贵林: I'm not sure you follow vim_multibyte (though for this kind of discussion, you should). If it's the whole of wikia, then I suppose some Chinese...
2665
Tony Mechelynck
antoine.mechelynck@...
Mar 20, 2010 10:12 pm
... 1) What does Vim reply to the following? (while editing the problematic file) ... See also http://vim.wikia.com/wiki/Working_with_Unicode 2) Are you sure...
2666
Tony Mechelynck
antoine.mechelynck@...
Apr 3, 2010 4:37 am
Hi Bram, 1. (Minor bug): On this system (gvim 7.2.411, Huge version with GTK2-GNOME GUI), typing Ctrl-K in Insert mode followed by two spaces doesn't give the...
2667
Tony Mechelynck
antoine.mechelynck@...
Apr 8, 2010 5:26 am
... Update: There is a second case which triggers incorrect behaviour in "\<Char-nnnn>" when 'encoding39; is UTF-8: - As noted above, after every 0x80 byte in...
2668
Bram Moolenaar
Bram@...
Apr 10, 2010 9:43 pm
... Why do you expect CTRL-K <space> <space> to produce 0xa0? According to http://www.faqs.org/rfcs/rfc1345.html it's 0xe000. ... Why would it be a...
2669
Tony Mechelynck
antoine.mechelynck@...
Apr 11, 2010 12:11 am
... When {char} is 0x20 i.e. <Space>, the above tells me that CTRL-K <Space> <Space> gives 0xA0 i.e. the non-breaking space, which is useful to enter the...
2670
Bram Moolenaar
Bram@...
Apr 11, 2010 2:33 pm
... Ah, OK. ... It's weird that digraphs are defined for an area that doesn't have characters assigned to it. I wonder what happened here. Perhaps this ...
2671
Bram Moolenaar
Bram@...
Apr 11, 2010 2:33 pm
Hello Vim users! It has been a long time since the last release: Vim 7.2 was released in August 2008. There have been many patches, but not everybody will use...
2672
Bram Moolenaar
Bram@...
Apr 11, 2010 2:34 pm
Hello Vim users! It has been a long time since the last release: Vim 7.2 was released in August 2008. There have been many patches, but not everybody will use...
2673
Tony Mechelynck
antoine.mechelynck@...
Apr 11, 2010 3:03 pm
On 11/04/10 16:33, Bram Moolenaar wrote: [...] ... [...] My guess is that when that RFC was drafted in 1992, some of the charsets they wanted to list used a...
2674
Tony Mechelynck
antoine.mechelynck@...
Apr 11, 2010 3:31 pm
On 11/04/10 16:33, Bram Moolenaar wrote: [...] ... IIUC, Mozilla uses the same spellfile format as Vim? If that's the case, and if the Mozilla license (which,...
2675
Bram Moolenaar
Bram@...
Apr 11, 2010 3:32 pm
... Searching revealed a few proposals for these character ranges. And this page has a confusing summary: ...
2676
Bram Moolenaar
Bram@...
Apr 11, 2010 8:16 pm
... Yes, but many of these patches are not mature. E.g., first one, "Improved regular expression engine", is still lacking the tests to verify that it doesn't...
2677
Tony Mechelynck
antoine.mechelynck@...
Apr 12, 2010 7:08 am
... It is true that they are in different stages of development. Here are my top five; not in preference order. #14 (Vince Negri's...
2678
Tony Mechelynck
antoine.mechelynck@...
Apr 12, 2010 7:48 am
... [...] ... Yes; in my browser and with my usual font most (but not all) of them are CJK fullwidth ideograms and full-width counterparts of halfwidth math ...
2679
Edward L. Fox
edyfox@...
Apr 12, 2010 8:59 am
... I don't think we have any reason to keep the CVS repository any longer. It's way too slow and rather user-unfriendly. Nobody will want to use CVS if he...
2680
Nicholas Cole
nicholas.cole@...
Apr 12, 2010 9:58 am
On Mon, Apr 12, 2010 at 8:08 AM, Tony Mechelynck ... This thread has been a good reminder to renew my sponsorship, in part because Vim deserves the support,...