Re: highlighting "weird" characters...[solved]

2007-03-20 Thread Mitch Wiedemann
Tobia wrote: > Mitch Wiedemann wrote: > >> " maps to quickly find Unicode characters within the document >> map ,uni :match Error /[\x7f-\xff]/ >> map ,uni2 /[^ -~] >> > > FYI [\x7f-\xff] doesn't find non-ASCII characters that are also outside > Latin-1, such as em-dash —, typographic quote

Re: highlighting "weird" characters...[solved]

2007-03-20 Thread Tobia
Mitch Wiedemann wrote: > " maps to quickly find Unicode characters within the document > map ,uni :match Error /[\x7f-\xff]/ > map ,uni2 /[^ -~] FYI [\x7f-\xff] doesn't find non-ASCII characters that are also outside Latin-1, such as em-dash —, typographic quotes “”, ellipsis …, and the hundred th

Re: highlighting "weird" characters...[solved]

2007-03-20 Thread Mitch Wiedemann
Mitch Wiedemann wrote: > Hi all, > > I use VIM - Vi IMproved 7.0 (2006 May 7, compiled Feb 23 2007 22:17:23) > to write mainly XHTML/PHP and I sometimes have to get content from word > processed documents and paste it into Vim for HTML markup. This usually > results in having non-visually detectab