Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: UTF-8 Support
Date: Wed, 10 Oct 2001 12:39:00 +0900	[thread overview]
Message-ID: <yosusncsgo4r.fsf@jpl.org> (raw)
In-Reply-To: <rjelofxzwy.fsf@ssv2.dina.kvl.dk>

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

Hi,

I am using XEmacs with Mule-UCS v0.84.  It works for encoding
and decoding UTF-8 newsgroup names.  Could you please apply the
following patch?

2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-group.el (gnus-group-name-charset-group-alist): Use
	`find-coding-system' for XEmacs to check whether the coding-system
	`utf-8' is available.


[-- Attachment #2: gnus-group.el.diff --]
[-- Type: application/x-patch, Size: 599 bytes --]

[-- Attachment #3: Type: text/plain, Size: 595 bytes --]


FYI:

You can use Mule-UCS package for both XEmacs with MULE and FSF
Emacs 20.7/21.  It is available from:

:::The primary distribution:::
  ftp://ftp.m17n.org/pub/mule/Mule-UCS/Mule-UCS-0.84.tar.gz

:::Unofficial XEmacs package (made by me):::
  ftp://ftp.jpl.org/xemacs/packages/Mule-UCS-0.84-pkg.tar.gz

I am using the following codes in my XEmacs startup file.

(require 'un-define)
(coding-system-put 'utf-8 'category 'utf-8)
(set-coding-category-system 'utf-8 'utf-8)
(set-coding-priority-list (cons 'utf-8
				(delq 'utf-8 (coding-priority-list))))
-- 
Katsumi Yamaoka <yamaoka@jpl.org>

  reply	other threads:[~2001-10-10  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-06 21:19 Simon Josefsson
2001-10-07 14:55 ` Per Abrahamsen
2001-10-10  3:39   ` Katsumi Yamaoka [this message]
2001-10-10 10:00     ` Simon Josefsson

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