I will be visiting FOSDEM 2003. This is a free conference on open source and free software. Among the speakers are Jon "Maddog" Hall and Richard M. Stallman....
Bram Moolenaar
Bram@...
Jan 28, 2003 9:37 am
782
I will be visiting FOSDEM 2003. This is a free conference on open source and free software. Among the speakers are Jon "Maddog" Hall and Richard M. Stallman....
Bram Moolenaar
Bram@...
Jan 29, 2003 4:39 am
783
I finally found time to include the patch to support Unicode through the Win32 clipboard. I did move quite a bit of code around, made it look more like the...
Bram Moolenaar
Bram@...
Feb 2, 2003 4:30 pm
784
... The next item on my list was to look into copy/paste of the NUL character. It appears this combines very well with the Unicode support. The normal text...
Bram Moolenaar
Bram@...
Feb 2, 2003 5:24 pm
785
... the ... The code you sent didnt seem to support surrogate pairs, unless im mistaken. Not that they are particularily well supported in windows, but they...
Maiorana, Jason
jmaiorana@...
Feb 3, 2003 2:28 pm
786
... I have no idea how supporting surrogate pairs would be done here. I'll have to wait until someone sends me a patch for it. But let's first check if the...
Bram Moolenaar
Bram@...
Feb 4, 2003 11:52 am
787
Hello! A long time ago I've posted a bug on sourceforge about utf-8 support on WinXP with default code page 1250 (default for czech). I've given up that time...
Zbynek Winkler
zwin@...
Feb 4, 2003 7:14 pm
788
My "patch" doesn't like this patch. Could you attach it, instead of putting it inline in the mail? (Not sure where the problem comes from; I'm using Mutt and...
Glenn Maynard
glenn@...
Feb 4, 2003 7:24 pm
789
... iconv should not be used in Windows for codepages at all. Rather, MultiByteToWideChar and WideCharToMultiByte should be used. I think code to do this for...
Glenn Maynard
glenn@...
Feb 4, 2003 7:24 pm
790
... When obtaining Unicode text from the clipboard that wasn't put there by Vim there was no proper check for a terminating NUL word. Please try the patch...
Bram Moolenaar
Bram@...
Feb 4, 2003 10:18 pm
791
... It looks like this problem was already fixed by patch 6.1.029. The code just before the line you changed now looks like this: if (converted && (enc_utf8...
Bram Moolenaar
Bram@...
Feb 5, 2003 9:06 pm
792
... I'll do that in a separate message. ... Aha. I suppose that when requesting CF_UNICODETEXT it doesn't convert from CF_TEXT, thus when obtaining the...
Bram Moolenaar
Bram@...
Feb 5, 2003 9:07 pm
793
... ...
Glenn Maynard
glenn@...
Feb 5, 2003 10:52 pm
794
... That has a catch 42 problem: I would like to test the whole thing before sending the patch into the world. ... I didn't change the way it handles the...
Bram Moolenaar
Bram@...
Feb 6, 2003 11:49 pm
795
Financial Report As you all know, Vim users are asked to help needy children in Uganda. Most of the donations and sponsorships are handled by the ICCF Holland ...
Bram Moolenaar
Bram@...
Feb 11, 2003 8:52 pm
796
Wolfram Esser has made an animation with the Vim logo. This is quite a bit of fun to see and hear. The animation is available in various formats and two...
Bram Moolenaar
Bram@...
Feb 22, 2003 3:03 pm
797
I have some problems when using vim and xterm for editing UTF-8 files on my Debian Linux box. I have tried to search the vim mailing lists and FAQ but without...
Anders Helmersson
anders.helmersson@...
Feb 23, 2003 6:59 am
798
... This sounds like an xterm problem. When moving the cursor around the xterm redraws characters from its buffer, I suspect you have an xterm version in...
Bram Moolenaar
Bram@...
Feb 23, 2003 11:31 am
799
... I tried to install the newest version XFree86 4.2.99.902(173). (I hope I didn't mess up things during the installation though). The problem still shows up...
Anders Helmersson
anders.helmersson@...
Feb 25, 2003 3:36 pm
800
... I'm now 100% sure it is a Vim problem. I have located it and found a solution. I'll send out a patch asap. -- The war between Emacs and Vi is over. Vi...
Bram Moolenaar
Bram@...
Feb 25, 2003 8:18 pm
801
Could you please CC: vim-multibyte@... on subjects related to
Unicode? (I only check vim-dev very rarely, since most of the code I'm
involved in is...
Glenn Maynard
glenn@...
Mar 6, 2003 7:26 am
802
... You mean that when CF_TEXT is set it will be used and the text from CF_UNICODETEXT will not be used? That is indeed not good at all. ... The idea looks...
Bram Moolenaar
Bram@...
Mar 6, 2003 10:19 am
803
... Some apps request CF_TEXT, and some request CF_UNICODETEXT. If the exact type requested is there, Windows uses it directly. Otherwise, it "synthesizes"...
Glenn Maynard
glenn@...
Mar 6, 2003 10:30 am
804
Glenn Maynard <glenn@...> wrote: [...] ... Apparently the person who had it "fixed" it by setting his preferences to send in plaintext rather than HTML....
Tony Mechelynck
antoine.mechelynck@...
Mar 6, 2003 5:15 pm
805
... Vim got somebody to stop sending HTML mail? Now *that's* a feature! :) -- Glenn Maynard...
Glenn Maynard
glenn@...
Mar 6, 2003 7:08 pm
806
... Substituting Japanese for Hebrew and/or Greek here, all of this worked for me already, with only CF_UNICODETEXT being set. The only apparent problem was...
Glenn Maynard
glenn@...
Mar 6, 2003 7:19 pm
807
On Thu, Mar 06, 2003 at 02:19:00PM -0500, Glenn Maynard wrote:
> I've found one bug related to transliteration (copy "ı" out of Vim and
> you'll always get...
Glenn Maynard
glenn@...
Mar 6, 2003 9:17 pm
808
... I'm wondering if we can really omit CF_UNICODETEXT. It's unclear what encoding CF_TEXT should use. The active code page? Any 8-bit encoding that the...
Bram Moolenaar
Bram@...
Mar 6, 2003 9:41 pm
809
... I'm sure that CF_TEXT contains text in the ANSI codepage. Also, data sent to the normal *A Windows API functions is in the ANSI codepage, and most apps...
Glenn Maynard
glenn@...
Mar 6, 2003 9:52 pm
810
Hi! Excuse me, I still can't find an answer - how can I use langmaps if I set my 'encoding' to 'utf-8'? ... This only works for 8-bit characters. The value of...