Monday, January 6, 2014

Finding and Replacing Unicode Characters

If you'd like to find a particular multibyte character, you can do the following.
/\%u001c
You can also do a find and replace as you normally would.
%s/\%u001c//g

1 comment:

Sat Garcia said...

It also helps to know that you can get the unicode for the character under your cursor using "ga" or ":as".