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...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Sep 10, 2007 9:11 pm
2341
... Yes, it is. It does not depends on any other DLL. ... I added the source of gettext to archive. And mentioned to the license in readme.txt. ... I...
Yukihiro Nakadaira
yukihiro.nakadaira@...
Sep 11, 2007 1:27 am
2342
I have been using gvim for several years and vi before that for a couple decades. I thought I understood how to wade through the rather terse documentation,...
msorens
michael.sorens@...
Sep 13, 2007 11:27 pm
2343
... This is just one of the possible "transfer formats" of Unicode. From what you describe, it could be either ucs-2 (which is not a UTF: it represents U+0000 ...
Tony Mechelynck
antoine.mechelynck@...
Sep 13, 2007 11:47 pm
2344
Hi Tony, ... Thanks Tony! I've been wondering how to do that! Note: if the utf-16 file contains a BOM (which, often, it should/will), then it should not be...
John (Eljay) Love-Jen...
eljay@...
Sep 14, 2007 11:44 am
2345
... If any Unicode file (here I mean UTF-8, UTF16le, UTF-16be, UTF-32le or UTF-32be -- I'll leave out GB18030 for the moment) starts with a BOM, Vim will ...
Tony Mechelynck
antoine.mechelynck@...
Sep 14, 2007 3:58 pm
2346
àÅ ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For more information, visit...
mbbill
bill.mb@...
Sep 14, 2007 4:55 pm
2347
... Beware, though, that if your environment defaults to utf-8 file encoding, then setting "bomb" will cause the BOM to be written to all new files. This can...
Camillo Särs
ged@...
Sep 15, 2007 3:35 pm
2348
Hello, Using mac os x carbon vim, I experience the same buggy behavior described here: http://bike-nomad.com/vim/macatsuibug.html Basically, with macatsui set,...
Noah Levitt
nlevitt@...
Sep 16, 2007 2:38 am
2349
Hi, ... Just a quick note, this patch might be a bit out of sync with current vim code. Bram, if you'd like to merge this, please let me know, I can provide an...
Jjgod Jiang
gzjjgod@...
Sep 16, 2007 2:46 am
2350
It applied for me against the source from svn, though apparently hunk #7 is fuzzy. In case it's useful, attached is "svn diff" after applying. Noah $ patch -p0...
Noah Levitt
nlevitt@...
Sep 16, 2007 2:49 am
2351
... Well, if this patch works well and can be included in the current version without much work, we might as well do that. Waiting for the Cocoa...
Bram Moolenaar
Bram@...
Sep 16, 2007 9:39 pm
2352
Hi, ... This should be fixed with the current svn version, at least for gvim (if you have the necessary fonts). Nico ...
Nico Weber
nicolasweber@...
Sep 23, 2007 3:48 pm
2353
Nico, This is great news. Many thanks for the message. Ken ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Kenneth Beesley
krbeesley@...
Sep 23, 2007 8:42 pm
2354
... Yes: even for people who don't use SVN (but CVS, A-A-P, ftp, whatever), it is patch 7.1.116, and works for me. Best regards, Tony. -- "Water? Never touch...
Tony Mechelynck
antoine.mechelynck@...
Sep 24, 2007 1:46 am
2355
hello everybody, i have problems getting vim to work with unicode in OS X. it can open unicode text files fine, properly detects that they are in utf8, and ...
lanzz
lanzzzz@...
Sep 28, 2007 12:50 pm
2356
... When you do vim -N -u NONE ... what is the reply? If 'encoding' is not set to UTF-8 at startup, and 'termencoding' is empty, you should preserve the...
Tony Mechelynck
antoine.mechelynck@...
Sep 28, 2007 1:07 pm
2357
On Sep 28, 4:06 pm, Tony Mechelynck <antoine.mechely...@...> ... encoding=utf-8 termencoding= --~--~---------~--~----~------------~-------~--~----~ You...
lanzz
lanzzzz@...
Sep 28, 2007 1:22 pm
2358
I've got a vim keymap problem when trying to map digits to Char I've got a keymap with mappings like the following, and they work perfectly: u...
Kenneth Beesley
krbeesley@...
Oct 5, 2007 9:37 am
2359
Gvim rendering glyphs double-width? Background: I'm running gvim 7.1.135 (configured for huge) on RHEL If I set the font to Bitstream Vera Sans Mono the...
Kenneth Beesley
krbeesley@...
Oct 5, 2007 9:37 am
2360
Vim on OS X, (no)macatsui problem Background: running gvum 7.1.135 on OS X version 10.4.10 Using font DejaVuAgainSansMono.jjt, which is DejaVuSansMono.jjt ...
Kenneth Beesley
krbeesley@...
Oct 5, 2007 9:38 am
2361
Hi Ken, ... I don't expect this to work at all without 'macatsui'. My experience is that vim assigns not enough horizontal space to supparea glyphs (is that...