Showing posts with label unicode. Show all posts
Showing posts with label unicode. Show all posts

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

Friday, October 23, 2009

Fun With Unicode ٩(●̮̮̃•̃)۶

Following up on the last post, you can also use CTRL-V to enter unicode characters. All you have to do is the following:

CTRL-V u (unicode character hex code)

Note that you can also combine multi-byte characters as demonstrated in the title of this post.