Kim Schulz has written a book on using Vim The full title is: "Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor". I have written a bit of...
Bram Moolenaar
Bram@...
Aug 1, 2007 3:00 pm
2312
Hi, Wouldn't hangul be a very big keymap? If the keymap was for individual jamo it would be manageable but I'm not sure how vim would then combine the jamo....
Ben Peterson
ben.peterson@...
Aug 3, 2007 3:42 pm
2313
Hi, True, one would have to make two separate attempts, one for old-style and one for new-style Romanization. There are other problems too, now that I think...
Ben Peterson
ben.peterson@...
Aug 3, 2007 5:30 pm
2314
... I hesitate removing the Hangul support without knowing for sure that it is not needed. Browsing through the messages I do see remarks that it might still...
Bram Moolenaar
Bram@...
Aug 3, 2007 7:01 pm
2315
Hello, Edward, ... Actually, back then when I was posting that comment, only mac-vim was available for me :-( So I didn't tried that option. I'm trying it out...
Shawn Y. Kim
orchistro@...
Aug 4, 2007 5:58 am
2316
Hello Vim users, A few weeks ago the Vim maillists were moved to the Google Groups system. For most people this worked well, but some experienced problems ...
Bram Moolenaar
Bram@...
Aug 16, 2007 8:34 pm
2317
... I "may" be victim of that mass subscribe -- I don't rightly know. Here's what I experience: - My gmail account "knows" that I am both...
Tony Mechelynck
antoine.mechelynck@...
Aug 17, 2007 10:54 pm
2318
Hello, I just compiled VIM 7.1.68 on my Mac Tiger platform. Everything work great, but I cannot force it to accept polish keyboard anymore. I tried many...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 6:07 am
2319
... [...] ... Without +multi_byte, you cannot use UTF-8, which is a multibyte encoding using between one and six bytes per character in theory, one and four in...
Tony Mechelynck
antoine.mechelynck@...
Aug 29, 2007 6:27 am
2320
Hi, ... as Tony said, you need to configure with --enable-multibyte. This option works for me...where did you get your source from? Nico ...
Nico Weber
nicolasweber@...
Aug 29, 2007 7:35 am
2321
... Well I get the source from the official VIM site AFAIK. Maybe I should to try once again or get the newer minor release. I am using svn to get the source...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 8:25 am
2322
... Eureka! I just compiled .87 patchlevel sources and everything works fine now. Thanks a lot guys! Cheers, -- Krzysztof Maj, JNCIP-M/T I'm a M@c, are you...
Krzysztof Maj
mkrzych@...
Aug 29, 2007 9:50 am
2323
Greetings! Does anybody know how to input, for instance, U+1D434 in vim (a "math" uppercase "A")? By using the sequence CTRL-V u 1D434 vim understandably only...
Eze
garzon.lucero@...
Aug 30, 2007 5:33 pm
2324
Thanks a lot, Ken! I have learned quite a lot from your post: your understanding goes far beyond mine. I'm very interested to see how soon unicode will be...
Eze
garzon.lucero@...
Aug 30, 2007 9:35 pm
2325
Eze, I'm a vim beginner, but I'm very interested in vim and Supplementary Unicode chars. Corrections/updates from experts would be very welcome. Really. ...
Kenneth Beesley
krbeesley@...
Aug 30, 2007 10:14 pm
2326
Eze, Well, I'm glad it was helpful. I'd like to switch over to vim, but I work a lot with exotic Unicode characters in the supplementary area. When I last...
Kenneth Beesley
krbeesley@...
Aug 30, 2007 11:39 pm
2327
... See ":help i_CTRL-V_digit" Ctrl-V u is for Unicode codepoints in the BMP (i.e., U+0000 to U+FFFF). After that, use an uppercase U (i.e., shift-u): Ctrl-V U...
Tony Mechelynck
antoine.mechelynck@...
Aug 31, 2007 4:39 am
2328
Kenneth Beesley wrote: [...] ... [...] It's the same on Linux: AFAIK, that's a platform-independent limitation of current (and past) versions of gvim. IIRC,...
Tony Mechelynck
antoine.mechelynck@...
Aug 31, 2007 4:47 am
2329
Thanks a lot to you both for your insights. Ken, if I may ask, what exactly do you use to see/work with/input unicode characters? All information will be...
Eze
garzon.lucero@...
Aug 31, 2007 9:54 pm
2330
Hi all Chinese, Taiwanese, Japanese and Korean users, (cross-posting to vim_multibyte) ... Please help me checking these: cp932 => "Shift_JIS" (Japanese) cp936...
Edward L. Fox
edyfox@...
Sep 1, 2007 4:52 am
2331
... I don't know what Ken does, but I use gvim to input any unicode codepoints, and any browser (Firefox, SeaMonkey, or, depending on platform, Konqueror, IE, ...
Tony Mechelynck
antoine.mechelynck@...
Sep 1, 2007 5:21 am
2332
On 9/1/07, ·¶µÂ³É <dtsfan@...> wrote:
> [...]
>
> I know on Windows cp936 is mostly the same as GBK.
Yes. In fact cp936 *is* GBK. I'm caring about...
Edward L. Fox
edyfox@...
Sep 1, 2007 11:21 am
2333
... We already recognize cp949 and cp936. cp932 was just added, I suggested recognizing cp950 as "big5". -- This is an airconditioned room, do not open...
Bram Moolenaar
Bram@...
Sep 1, 2007 12:12 pm
2334
Hi Matsumoto and Bram, ... Here is a quite-simple-and-small patch according to your request. ... +++ /tmp/2html.vim 2007-09-02 23:35:55.000000000 +0800 @@...
Edward L. Fox
edyfox@...
Sep 2, 2007 5:01 pm
2335
Hi Eze, For my Unicode editing needs, I try to survey the field once or twice a year. It's been a while since I last looked, so my information is probably out...
Kenneth Beesley
krbeesley@...
Sep 4, 2007 7:05 pm
2336
Tony, If I were just typing in a Supplementary character here and there, or even an isolated word, I would use a similar solution. However, I'm editing...
Kenneth Beesley
krbeesley@...
Sep 4, 2007 7:14 pm
2337
Hi, http://yukihiro.nakadaira.googlepages.com/win_iconv.zip This is an iconv library implemented with Win32 API. Conversion with Win32 API and libiconv.dll are...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Sep 10, 2007 1:26 pm
2338
... You mean that it only uses Win32 API and doesn't require libiconv.dll at all? ... --~--~---------~--~----~------------~-------~--~----~ You received this...
Edward L. Fox
edyfox@...
Sep 10, 2007 3:16 pm
2339
... That is great. So the libintl.dll from this Zip archive can directly replace the libintl.dll that is included in the Vim runtime directory, right?...
Bram Moolenaar
Bram@...
Sep 10, 2007 8:51 pm
2340
... Yes. win_iconv does not depends on libiconv.dll. By default, MultiByteToWideChar() and WideCharToMultiByte() are used to conversion. If...