Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-multibyte · Vim (Vi IMproved) text editor special language list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 2634 - 2663 of 2760   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2634 wintec
wintec@... Send Email
Nov 5, 2009
9:25 pm
Hi all! I need to perform ANSI/UNICODE commands in my GVIM. I read many docs on the web about and I did set these: "------------------------------------------ ...
2635 winterTTr
winterTTr.vim@... Send Email
Nov 6, 2009
12:54 am
... What's the value for the option "encoding"; ? if the "encoding"; is set to utf-8 when you don't set "fenc" , the file will open with the same encoding as...
2636 John Beckett
johnb.beckett@... Send Email
Nov 6, 2009
2:23 am
... See discussion in vim_use http://groups.google.com/group/vim_use/browse_thread/thread/cc7e9076fa7d277d John ...
2637 Bram Moolenaar
Bram@... Send Email
Dec 13, 2009
12:44 pm
Hello Vim users! The Vim calendar has been updated for 2010. I replaced the info about my old A-A-P project with Zimbu, which you probably find a bit more ...
2638 Bram Moolenaar
Bram@... Send Email
Dec 13, 2009
12:45 pm
Hello Vim users! The Vim calendar has been updated for 2010. I replaced the info about my old A-A-P project with Zimbu, which you probably find a bit more ...
2639 Đức Minh Th...
thmduc@... Send Email
Dec 21, 2009
12:14 am
Hello, I cannot get utf-8 characters printed correctly. For example: bột becomes bá»™t My printing options are: set printfont=LMMono10:h10 " This is the...
2640 Ing Chun
yongjhen@... Send Email
Jan 2, 2010
4:21 am
Happy new year, everyone! I use Vim to edit an input method table these days, and find that it doesn't work well with one combining character, Unicode U+0358. ...
2641 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 2, 2010
5:25 am
... According to the current version (5.2) of the Unicode Standard, all codepoints U+0300 to U+036F are indeed combining characters AFAICT, see ...
2642 Iông Chun
yongjhen@... Send Email
Jan 2, 2010
8:32 am
Hi Tony and list, I understand now. Characters ranged from U+0350 to U+0357, and from U+035D to U+035F, are added in Unicode 4.0. Characters ranged from U+0358...
2643 Iông Chun
yongjhen@... Send Email
Jan 2, 2010
10:44 am
Hi all, This is a patch to update combining character table from Unicode 5.2. I add these by eyes and hands, so there might be errors ;) <patch> ... +++...
2644 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 2, 2010
11:09 am
... I'm attaching an extract from the current UnicodeData.txt file where I've extracted all codepoints with a nonzero Canonical_Combining_Class (field 3,...
2645 Iông Chun
yongjhen@... Send Email
Jan 2, 2010
2:48 pm
Hi Tony, ... I should also make use of UnicodeData.txt, instead of looking into every added code point, and check the code charts ;) About...
2646 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 2, 2010
4:24 pm
... Why without codepoint values higher than U+FFFF? Nowadays gvim can diplay them (which wasn't the case when I started studying Unicode with gvim 6.x). Best...
2647 Ing Chun
yongjhen@... Send Email
Jan 3, 2010
2:55 am
... Because: <code> struct interval { unsigned short first; unsigned short last; }; </code> ;) I guess the type can be "int" instead of "unsigned short" now. ...
2648 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 3, 2010
4:31 am
... I see. I suspect other size changes may have to be done then, not only where the structure is defined but possibly where it is used. I hope Bram is...
2649 Bram Moolenaar
Bram@... Send Email
Jan 4, 2010
7:18 pm
... There is a script to generate these tables from the Unicode table. I think Markus Kuhn had this. But it should be easy to reproduce with Vim script. ...
2650 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 8, 2010
9:44 pm
On 04/01/10 20:17, Bram Moolenaar wrote: [...] ... [...] Yes indeed: this Unidata.txt file is meant to be machine-readable, and with the power of Vim regexps...
2651 jackyyvan
jackyyvan@... Send Email
Jan 18, 2010
8:47 am
I installed vim 7.2 on 64bits centos , and using '--enable-multibyte&#39; option , but when I typed chinese characters in vim,it show some unrecognized characters...
2652 Tony Mechelynck
antoine.mechelynck@... Send Email
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&quot; text with :hardcopy. When I have a...
2653 kroiz
kroizguy@... Send Email
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@... Send Email
Feb 20, 2010
11:11 am
... Normally, Vim should detect the encoding and remember how to translate to disk what it has in memory. 'encoding&#39; is the representation of the characters in...
2655 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Mar 8, 2010
2:49 am
... 1. Make sure that 'encoding&#39; 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@... Send Email
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@... Send Email
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@... Send Email
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&quot; on...
2662 Tony Mechelynck
antoine.mechelynck@... Send Email
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@... Send Email
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...
Messages 2634 - 2663 of 2760   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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