>>>>> In <[EMAIL PROTECTED]>
>>>>>   heddy Boubaker <[EMAIL PROTECTED]> 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: <[EMAIL PROTECTED]>
From: Katsumi Yamaoka <[EMAIL PROTECTED]>
Newsgroups: comp.emacs.xemacs
Subject: Re: Unknown charset utf-8
References: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)
Cancel-Lock: sha1:UFUk9/4QiJ0PD3aX7TIb4Vpu98s=

>>>>> In <[EMAIL PROTECTED]>
>>>>>   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 --------------------
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to