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 2542 - 2571 of 2759   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2542 Joseph Retzer
joe_retzer@... Send Email
Nov 7, 2008
4:44 pm
Hi All,   I'm using TeXShop 2.18 (which appears to be the latest version yet the release date claims it came out 9/6/2008, later than I installed it). I'm...
2543 zod
zodjones@... Send Email
Nov 13, 2008
8:20 am
I'd like to use a unicode font that includes both simplified Chinese and latin. The only font that I have found that does this in gvim on Windows is NSimSun....
2544 Mansing
msingtse@... Send Email
Nov 13, 2008
8:41 am
I use MingLiU which displays both traditional and simplified Chinese, as well as Latin alphabets. The Latin display is not the prettiest but decent :-) ... ...
2545 Mansing
msingtse@... Send Email
Nov 13, 2008
8:48 am
Don't waste time trying MingLiU... I just find out that the NSimSun which zod mentioned has better looking Latin scripts. That is, the MingLiU which I think...
2546 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 13, 2008
9:33 pm
... Ifound once a font which had glyphs for all Unicode codepoints (in the BMP, U+0020 to U+FFFD, which admittedly is not _all_ Unicode) but it was ugly (I...
2547 zod
zodjones@... Send Email
Nov 14, 2008
3:53 pm
For the record, these are the fonts that I have found that correctly display both simplified Chinese and latin script in gvim: NSimSun (latin looks awful) ...
2548 George V. Reilly
george@... Send Email
Nov 14, 2008
5:26 pm
... I was going to suggest Deja Vu Sans Mono because I thought it covered all of Unicode, but I just learned that it doesn't cover Chinese: ...
2549 truman@... Send Email Nov 14, 2008
6:11 pm
G Sent via BlackBerry® from Telstra ... From: "George V. Reilly" <george@...> Date: Fri, 14 Nov 2008 09:25:37 To: <vim_multibyte@googlegroups.com> ...
2550 zod
zodjones@... Send Email
Nov 19, 2008
5:34 pm
How do you match the BOM in a file you are editing in vim? I've tried the following: /\xfeff /\o177377 I know you can just set nobomb to get rid of it, but I'm...
2551 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 20, 2008
3:13 am
... The BOM doesn't fall outside the Unicode range, it is not considered part of the text, so when reading a file in ucs-bom mode, Vim strips the BOM and sets...
2552 zod
zodjones@... Send Email
Nov 20, 2008
4:44 am
Thanks, Tony. That was driving me crazy. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For...
2553 François Pinard
pinard@... Send Email
Nov 20, 2008
12:05 pm
[Tony Mechelynck] ... Just for the record (and to be pedantic), while the BOM is a Unicode character, the reversed BOM is not part of Unicode. This is more a...
2554 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 21, 2008
7:16 am
... To be still more pedantic, U+FFFE is part of the Unicode range, where it is listed as "Not a character", i.e., it is one of the "forbidden&quot; codepoints...
2555 Bram Moolenaar
Bram@... Send Email
Dec 8, 2008
6:41 pm
... That is to be expected. When you change 'encoding&#39; all text currently in memory that contains non-ASCII characters may become invalid. That includes file...
2556 rpr
rpr.nospam@... Send Email
Dec 8, 2008
9:08 pm
On vim/gvim 7.1 and 7.2 for MS Windows I noticed that there are problems with editing files when the file path contains non-ASCII characters and you change the...
2557 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 9, 2008
1:00 am
... Yes, and at http://vim.wikia.org/Working_with_Unicode you'll find a tip which I put together when I was still on Windows (Win98 I think), and the current...
2558 Mansing
msingtse@... Send Email
Dec 9, 2008
6:09 am
Rats! I tag the following mode line to all of my Chinese text files, to mark their encoding and font set etc.: <!-- vim: set fo+=mM gfn=MingLiU&#92;:h12...
2559 rpr
rpr.nospam@... Send Email
Dec 9, 2008
9:54 am
... So, what is the right way to write text files with utf-8 encoding so that they may be automatically editable on a "multi-byte" enabled system which do not...
2560 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 9, 2008
2:35 pm
... [...] ... [...] There isn't. If you know that you will (even only occasionally) be editing files which can contain any Unicode codepoints, you should start...
2561 Patrick Texier
p.texier@... Send Email
Dec 9, 2008
5:54 pm
Le Tue, 9 Dec 2008 01:54:28 -0800 (PST), rpr a écrit dans le message ... File encoding is set with 'fileencoding&#39; option, not 'encoding&#39;. You can add a 'fenc'...
2562 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 9, 2008
6:08 pm
... ...and if it detects the wrong value (let's say Vim detects latin1 on an iso-8859-2 file) you can reload the file with an override, as in ... See also...
2563 Mansing
msingtse@... Send Email
Dec 10, 2008
12:46 am
I tried changing "enc=" to "fenc=" in my mode line: <!-- vim: set fo+=mM gfn=MingLiU&#92;:h12 fenc=utf-8: --> but my Chinese text doesn't show up correctly (as if...
2564 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 10, 2008
1:22 am
... not on the modeline but as an ex-command. You need a Vim version with +multi_byte compiled-in and your 'encoding&#39; MUST already be set (preferably somewhere...
2565 Angri
general@... Send Email
Dec 13, 2008
9:48 am
They calculate col number counting bytes, not chars. Also :python vim.current.line and :python vim.current.buffer holds data in strings encoded in utf-8, but...
2566 bram@... Send Email Dec 18, 2008
9:19 am
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. --~--~---------~--~----~------------~-------~--~----~ You...
2567 John Beckett
johnb.beckett@... Send Email
Dec 18, 2008
10:26 am
I should take a little longer checking, but in view of the potential for damage I'm sending a preliminary opinion: A message has just been sent to the...
2568 JohnBeckett
johnb.beckett@... Send Email
Dec 18, 2008
10:30 am
Follow up: I just deleted the message from the archive at http://groups.google.com/group/vim_multibyte John ...
2569 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 18, 2008
11:04 pm
... Note that unlike Bram's usual mailings, this one has a naked email address as the from-line. I moved it aside to a "Spam - or not?" mailbox "folder"...
2570 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 18, 2008
11:24 pm
On 18/12/08 17:22, Christian MICHON wrote: [...] ... Right. ... Not necessarily: Steve Hall's Vim distributions ...
2571 Bram Moolenaar
Bram@... Send Email
Dec 21, 2008
4:18 pm
Hello Vim users, The usual Vim desktop calendar is now available for download and printing: English - A4 : http://www.moolenaar.net/2009_en_a4.pdf English -...
Messages 2542 - 2571 of 2759   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