[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CJK display
On 17 Apr'06 10:52, Shinichiro wrote:
> Hi,
>
> >>>>> In [emacs-w3m : No.08595]
> >>>>> Kin Cho <kcho@xxxxxxxxxxx> wrote:
> KC> Korean (ÇѱÛ) ¾È³çÇϼ¼¿ä, ¾È³çÇϽʴϱî
> KC> ...
>
> Wikipedia wrote as utf-8, not iso-2022.
>
> KC> By the way, I'm running Fedora Core 4, and w3m displays
> KC> http://zh.wikipedia.org/wiki/ or http://ja.wikipedia.org/wiki/ in an xterm
> KC> just fine.
>
> KC> However in emacs, w3m running inside "M-x term" has the same problem as
> KC> emacs-w3m.
>
> Which emacs (also version) are you using? Could your emacs handle utf?
>
> ;; If your emacs is Emacs-21.x or XEmacs-21.4.x , you must install
> ;; mule-ucs for handling utf, Emacs-22 no need it.
I'm using 21.4, and mule-ucs works great! I do have to use this long
sequence to load mule-ucs. Is there a better way?
(require 'mucs)
(require 'mucs-type)
(require 'mucs-error)
(require 'mucs-ccl)
(require 'mccl-font)
(require 'tbl-mg)
(require 'trans-util)
(require 'txt-tbl)
(require 'tae)
(require 'mule-uni)
(require 'unicode)
(require 'utf)
(require 'un-data)
(require 'un-tools)
(require 'unidata)
(require 'un-define)
(require 'un-supple))
Thanks,
-kin
> --
> Shinichiro HIDA shinichiro@xxxxxxxxxxxxx
> GPG fingerprint = 5F2D 1656 FFF6 F691 A51C 5E61 E416 D398 470C 1CE9