Wikia

Vim Tips Wiki

Watchlist Recent changes

Correcting accented characters

Redirected from VimTip1245

Tip 1245 Printable Monobook Previous Next

created May 25, 2006 · complexity basic · author Luis A. Florit · version 5.7


This will help if you receive text (e.g, email from wrongly configured clients) with lots of '\nnn' or '&#nnn;' strings, where n is a digit. These 'nnn' are the decimal codes of non-ascii characters. To convert all at the same time, you can do the following:

:%s/\\\([0-9]*\)/\=nr2char(submatch(1))/g
or
:%s/&#\([0-9]*\);/\=nr2char(submatch(1))/g

ReferencesEdit

CommentsEdit

Pages on Vim Tips Wiki

Add a Page
1,601pages on
this wiki

Latest Photos

Add a Photo
66photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki