On 2/9/07, ben lieb <[EMAIL PROTECTED]> wrote:
Some characters don't transfer properly. Most annoyingly is that a
single quote ( ' ) turns into this: ¿

That's not actually a single quote; what you're seeing is Word's
"smart quote" feature, which tries to do begin- and end-quotes.  Like
`` and '' in TeX do, except outside the range of ASCII.

If you want to preserve the funky character and display it properly,
you need to make sure that your Vim is set up to use Unicode fonts.

If you want to throw out the funky character and use an actual single
quote, then you might have to do some kind of conversion in the paste
buffer.  I don't know exactly how those are implemented.

Reply via email to