Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* unknown charset utf8
@ 2006-09-15  8:35 heddy Boubaker
  2006-09-15  9:28 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: heddy Boubaker @ 2006-09-15  8:35 UTC (permalink / raw)


hi,

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"

thanks in advance

-- 

 - heddy Boubaker -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unknown charset utf8
  2006-09-15  8:35 unknown charset utf8 heddy Boubaker
@ 2006-09-15  9:28 ` Katsumi Yamaoka
  2006-09-19 14:39   ` heddy Boubaker
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2006-09-15  9:28 UTC (permalink / raw)


>>>>> 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 --------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: unknown charset utf8
  2006-09-15  9:28 ` Katsumi Yamaoka
@ 2006-09-19 14:39   ` heddy Boubaker
  0 siblings, 0 replies; 3+ messages in thread
From: heddy Boubaker @ 2006-09-19 14:39 UTC (permalink / raw)



>>>>> "Katsumi" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

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

    Thanks a lot Katsumi that work pretty well

    best
    
-- 

 - heddy Boubaker -

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-19 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-15  8:35 unknown charset utf8 heddy Boubaker
2006-09-15  9:28 ` Katsumi Yamaoka
2006-09-19 14:39   ` heddy Boubaker

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).