... Make sure your 'fileencodings' option (plural) starts with "ucs-bom". In that case, for editfiles at least (not sure about quickfix error files), Vim will...
2627
Aleksey
alex.baibarin@...
Jul 9, 2009 1:54 am
Hi. I'm using few MONO apps (Nemerle compiler and COCO/R parser generator) through compiler plugins in VIM under Linux, and the problem is that they produce...
2626
Bram Moolenaar
Bram@...
Jul 5, 2009 10:41 am
KL wrote: [ Please mention your name ] ... Perhaps this code will help: http://vimgadgets.sourceforge.net/liblinebreak/ -- ERROR 047: Keyboard not found....
2625
KL
klu1024@...
Jul 5, 2009 1:13 am
Hi, I hope this is the correct place to bring up this question. I love vim very much! But I think that Vim's localization is still not perfect. ...
2624
Tony Mechelynck
antoine.mechelynck@...
Jun 24, 2009 1:34 pm
... Hm, NFKC and NFKD sometimes fuse slightly different glyphs into a single "normalized" form. For instance, NFKC(²) = 2, though both are (different) Latin1...
2623
John (Eljay) Love-Jen...
eljay@...
Jun 24, 2009 1:33 pm
Hi Björn, ... Drat, I cannot find the MSDN reference. Maybe my memory has failed me. NFKC is lossy. NFC is non-lossy. Perhaps you are remembering the...
2622
björn
bjorn.winckler@...
Jun 24, 2009 12:01 pm
Hi Eljay, ... Thanks for clarifying that (and for the links!). ... I read that Windows uses NFKC. Have you got a reference for the claim that NFC is used? ......
2621
Nico Weber
nicolasweber@...
Jun 24, 2009 4:14 am
... I'm pretty sure it hasn't. As far as I know, for linux a filename is just a bunch of bytes, and you only need to know the encoding for lesser tasks such as...
2620
Andrew Dunbar
hippytrail@...
Jun 24, 2009 1:34 am
... When I worked on AbiWord a few years ago Linux left filename encoding up to the filesystem and the user. This may have changed since... Linux supports many...
2619
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 8:03 pm
... I meant: ... NFC or NFD. Fat fingers. --Eljay --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte"...
2618
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 7:47 pm
Hi Björn, ... HFS+ uses a variant of NFD for filenames. (The HFS+ variant predates standardizatoin of NFD.) This requirement is enforced by the OS. ...
2617
björn
bjorn.winckler@...
Jun 23, 2009 7:06 pm
... Hi Andrew, As far as I can tell (from searching around) HFS+ always uses normalization form D (NFD) for filenames. So as a workaround for the issue the OP...
2616
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 6:19 am
On Jun 19, 11:22 pm, björn <bjorn.winck...@...> wrote: [...] ... The OP's problem was about a file with 한 as (part of) the filename, not as the...
2615
Andrew Dunbar
hippytrail@...
Jun 21, 2009 3:04 am
... Hangul jamo (de)composition is part of Unicode normalization. Do we know if OS X does Unicode for all characters or just for Korean? I suspect it is done...
2614
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 12:15 am
... Ah, I see. I entered it in Vim by copy-paste from your previous post in the vim_mac Google Group page in my browser. Vim is obviously unaware of hangul...
2613
björn
bjorn.winckler@...
Jun 20, 2009 6:56 pm
... Tony, I appreciate that you reply to my post, but there really is no need in stating the painfully obvious. The problem appears when the filename is...
2612
Bram Moolenaar
Bram@...
May 12, 2009 8:16 pm
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
2611
Bram Moolenaar
Bram@...
May 12, 2009 8:08 pm
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
2610
Tony Mechelynck
antoine.mechelynck@...
Apr 17, 2009 11:56 am
... [...] You're spurring me to run some more tests on my version of gvim. I'm on Linux with GTK2 gvim, and I don't have BrighamVu Sans Mono installed, but I...
2609
James Cloos
cloos@...
Apr 16, 2009 2:14 am
I tested that combination in my terminal (which uses DejaVu Sans Mono, rendered via the bytecode), which was handy. My version of DejaVu as installed is svn...
2608
Kenneth Reid Beesley
krbeesley@...
Apr 16, 2009 12:03 am
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
2607
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 8:29 pm
... Ah, thanks for the clarification. Yes, I set 'keymap39; locally, since I have a number of files loaded in split-windows, and only one of them uses a...
2606
Bram Moolenaar
Bram@...
Apr 13, 2009 8:01 pm
... I assume you have set 'keymap39; with ":setlocal". Then the global value will be used for ":new". The same happens for 'iminsert39;. Perhaps you have...
2605
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 2:46 am
gvim 7.2.148 (Huge) When splitting a window using ":new" or ":new filename" from a window for which a keymap is defined, the 'iminsert39; status is cloned but...
On 06/04/09 22:18, Kenneth Reid Beesley wrote: [...] ... [...] In keymap files, it seems to work on Linux too (I use it in my owncoded "phonetic" keymaps for...
2602
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 9:25 pm
... [...] It's actually patch 7.1.116 (30-Nov-2007). So no news-breaking scoop anymore, but as long as Vim's support of Unicode outside the BMP was less than...
2601
Kenneth Reid Beesley
krbeesley@...
Apr 6, 2009 8:19 pm
... Tony, Good news. Many may not know that MacVim has been doing this rather well for quite a while. I routinely edit texts in Deseret Alphabet and Shaw...
2600
Bram Moolenaar
Bram@...
Apr 6, 2009 8:17 pm
... It does cause problems for something like "\U12345" which would now be the character 0x1234 followed by the character 5. After the change it would become...
2599
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 6:40 pm
Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont39; has a glyph, even outside the BMP (i.e., even above U+FFFF), but...