On Saturday, February 9, 2013 8:51:28 PM UTC-6, ping wrote: > I've copied and pasted an article from web page and it looks I got a lot > > of following: > > > > �<80><99> > > > > so essentially it should be just a ' character, for example: > > > > If you�<80><99>ve > > > > is there a way to get them displayed/processed well? > >
Figure out what encoding the text is supposed to be in, make sure your 'encoding' option can represent all the desired characters, and save/load the file in the correct 'fileencoding'. :help 'encoding' :help 'fileencoding' :help 'fileencodings' :help multibyte http://vim.wikia.com/wiki/Working_with_Unicode -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
