I'm trying to edit a utf-8 document in Vim in a vt-102 terminal (in other words, not Gvim). There are a few multi-byte unicode characters in the text that behave erraticly when I cursor over them. I don't need these multi-byte characters, so I'm happy to just delete them rather than try to edit them in gvim.
How can I search for and delete utf-8 multi-byte character sequences? I have both two-byte and three-byte utf-8 characters to consider. I'm using vim7. Yours, Noah
