On Wed, 08 Oct 2008, Tony Mechelynck wrote:
> 1. Make sure 'encoding' is set to a value which allows representing 
> Traditional Chinese. I recommend utf-8 but YMMV. See also 
> http://www.vim.org/scripts/script.php?script_id=789 "Switching to 
> Unicode in an orderly manner".

The file can not be converted to utf8 because it was intended to be used
by some old dos software after editing.
> 
> 2. The fact that you're posting with Mutt makes me believe that you're 
> on Unix/Linux now. In that case you should make sure that 'fileformats' 
> includes "dos", otherwise you'll probably see a ^M at the end of each line.

Vim seemed smarter enough to detected "dos", may be I had configured
already.
> 
> 3. If Big5 is not in your 'fileencodings' (plural), then open the file with
> 
>       :e ++enc=big5 filename.ext
> 
> see ":help ++opt"

What I most interested is that ASCII-127 was displayed as a single
character that resembles the shape of a house or triangle under dos
environment.  However VIM displayed it as "^?", so is a font problem or 
a codepage problem or a problem of vim itself.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to