Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: unknown charset utf8
Date: Fri, 15 Sep 2006 18:28:12 +0900	[thread overview]
Message-ID: <b4m7j058onn.fsf@jpl.org> (raw)
In-Reply-To: <u71wqd8r44.fsf@auzon.tls.cena.fr>

>>>>> 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	other threads:[~2006-09-15  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-15  8:35 heddy Boubaker
2006-09-15  9:28 ` Katsumi Yamaoka [this message]
2006-09-19 14:39   ` heddy Boubaker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m7j058onn.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).