Monday, August 20, 2012

Re: Vim perl highlighting doesn't understand UTF-8?

Linda W wrote:
> 920 sub ƒshow_progress($) {
> 921 #my $p = shift if ref $_[0];
> 922 my $paths = $_[0];
>
> But the 'ƒ' in ƒshow_progress ends up being highlighted in red [ as
> meaning incorrect syntax]. Is there a way to tell the vim syntax
> checker to allow UTF-8.

Does the lack of response indicate that perl-syntax on vim can't easily
support
UTF-8?

Sorta weird -- vim supposed to be in UTF-8, perl as well, but UTF-8 source
gets complicated... Ya gotta wonder about claims of UTF-8 compat when it's
so hard to get basic parts of the UTF-8 alphabet not to be flagged as
errors.



--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment