From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19613 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Info on Internationalization Date: 03 Dec 1998 11:38:18 -0500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bww49i3k5.fsf@brandy.cs.rochester.edu> References: <199812022334.SAA03580@math.gatech.edu> <5blnkqozqv.fsf@brandy.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157931 12512 80.91.224.250 (20 Oct 2002 23:52:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:52:11 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA01613 for ; Thu, 3 Dec 1998 11:45:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id KAA20006; Thu, 3 Dec 1998 10:38:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Dec 1998 10:38:39 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA17591 for ; Thu, 3 Dec 1998 10:38:30 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id LAA01532 for ; Thu, 3 Dec 1998 11:38:23 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id LAA13361 for ; Thu, 3 Dec 1998 11:38:19 -0500 Original-Received: from brandy.cs.rochester.edu (brandy.cs.rochester.edu [192.5.53.199]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id LAA14023 for ; Thu, 3 Dec 1998 11:38:18 -0500 Original-Received: (from zsh@localhost) by brandy.cs.rochester.edu (SMI-8.6/N++) id LAA05101; Thu, 3 Dec 1998 11:38:18 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Lars Magne Ingebrigtsen's message of "03 Dec 1998 12:38:32 +0100" User-Agent: Gnus/5.070061 (Pterodactyl Gnus v0.61) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 26 Xref: main.gmane.org gmane.emacs.gnus.general:19613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19613 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Shenghuo ZHU writes: >> I know a package for Emacs 20.x support UTF-8, which is >> decoding/encoding by an external program. LMI> How is this done? What does the external program translate utf-8 LMI> into? External program read and write text in emacs-mule coding system. But XEmacs does not support emacs-mule. I am thinking about native elisp implementation. However, the convert table is a bit large. >> Content-language, a header gnus should use. LMI> Well -- do we really want to prompt the user for what language LMI> they are using? The information has its uses (for instance, LMI> emacspeak would know which language to speak in), but it's a LMI> rather marginally useful header, and inflicting this pain on a LMI> gazillion users is wrongheaded, in my opinion. How about using gnus-default-language or checking the charset the message uses? -- Shenghuo