[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs unicode 2 cvs display chaos chodes on GB18030 chinese encoding
From: |
Kenichi Handa |
Subject: |
Re: Emacs unicode 2 cvs display chaos chodes on GB18030 chinese encoding files. |
Date: |
Tue, 28 Nov 2006 15:33:57 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
Sorry for the late response.
In article <address@hidden>, Hongsheng <address@hidden> writes:
> This problem have been resoved by you, in my mind, but now, it appear again.
> Attached are two tex files encoded with GB18030, the Emacs will display
> GB18030-nomal.tex correctly, but the chinese characters in GB18030-chaos.tex
> will be chaos, all the chaos codes use the *ISO8859-1* encoding scheme.
> Why?
That's because GB18030-chaos.tex contains this line:
\usepackage[latin1]{inputenc}
For *.tex file, latexenc-find-file-coding-system runs to
check the encoding.
When you delete that line, Emacs shoule be able to detect
that the file is in GB18030 in Chinese-GB18030 lang. env.
Why do you have that line when your file is not Latin-1.
---
Kenichi Handa
address@hidden