[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to show file encode under emacs
From: |
Jason Rumney |
Subject: |
Re: how to show file encode under emacs |
Date: |
Wed, 19 Dec 2007 01:18:08 -0800 (PST) |
User-agent: |
G2/1.0 |
On 19 Dec, 03:27, "chandle.wei" <Chandle....@gmail.com> wrote:
> I'm use unicad.el that an elisp port of Mozilla Universal Charset Auto
> Detector .
> I just want show detectored encode like (utf-8 gb2312 shfit-jfs) under
> bottom
> bar .how to do it
There is a single letter indication on the left side of the mode-line
by default. u for unicode (utf-8 or utf-16), S for shift-jis, c for
gb2312. You can see which letters correspond to which coding-systems
with M-x list-coding-systems