info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unknown charset utf8


From: Katsumi Yamaoka
Subject: Re: unknown charset utf8
Date: Fri, 15 Sep 2006 18:28:12 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

>>>>> In <u71wqd8r44.fsf@auzon.tls.cena.fr>
>>>>>   heddy Boubaker <boubaker@tls.cena.fr> wrote:

> Impossible to read messages in utf8 any clue ?

>            xemacs-21.4.18-mule
>            emacs-version
>            "21.4 (patch 18) \"Social Property\" XEmacs Lucid"
>            gnus-version
>            "No Gnus v0.4"

Try the Mule-UCS XEmacs package.  The following is the one that
I posted three months ago. :)

-------------------- Start of forwarded message --------------------
Date: Wed, 07 Jun 2006 09:52:00 +0900
Message-ID: <b4mirndoki7.fsf@jpl.org>
From: Katsumi Yamaoka <yamaoka@jpl.org>
Newsgroups: comp.emacs.xemacs
Subject: Re: Unknown charset utf-8
References: <87slmiqoo4.fsf@maskin.flamestrike.no-ip.org>
User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)
Cancel-Lock: sha1:UFUk9/4QiJ0PD3aX7TIb4Vpu98s=

>>>>> In <87slmiqoo4.fsf@maskin.flamestrike.no-ip.org>
>>>>>   Jarle Thorsen wrote:

> Browsing a news-posting in gnus I get "Unknown charset utf-8". Is this an
> Xemacs issue or a gnus issue?

XEmacs 21.4 requires the Mule-UCS XEmacs package, which the
Mule-SUMO package contains or is available at:

ftp://ftp.xemacs.org/packages/mule-ucs-1.14-pkg.tar.gz

Here's an extract from my init file:

(when (and (featurep 'mule)
           (device-on-window-system-p)
           (<= emacs-minor-version 4))
  (or (featurep 'un-define)
      (load "un-define"))
  (require 'latin-unity);; iso-8859-15
  (set-coding-category-system 'utf-8 'utf-8)
  (set-coding-priority-list '(utf-8)))

-------------------- End of forwarded message --------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]