From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22523 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: utf-7 decoding? Date: 17 Apr 1999 18:16:25 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87so9z8bom.fsf@pc-hrvoje.srce.hr> References: <199903290058.TAA10909@sclp3.sclp.com> <87btgn9uf9.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160427 29728 80.91.224.250 (21 Oct 2002 00:33:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:33:47 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA02669 for ; Sat, 17 Apr 1999 12:17:49 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB15104; Sat, 17 Apr 1999 11:16:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Apr 1999 11:17:22 -0500 (CDT) 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 LAA09153 for ; Sat, 17 Apr 1999 11:17:14 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA02649 for ; Sat, 17 Apr 1999 12:17:06 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 2.05 #1 (Debian)) id 10YXla-00004k-00; Sat, 17 Apr 1999 18:16:26 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Hrvoje Niksic writes: > > > The latest XEmacs/Mule is supposed to have UTF-8 support (I'm not sure > > about UTF-7), but it needs some special initialization. Bleah. > > But how does it work? Does `char-charset' on a utf-8 char say > `utf-8', or something? No, utf-8 is implemented as a coding-system, not a charset. This means that you can decode external data from utf-8 to internal format, and result in having ASCII, Latin-1, Latin-2, and other characters inserted in the buffer. Which is quite correct, I'd say. Understanding the difference between a (Mule) charset and a (Mule) coding-system is the first step to (Mule) enlightenment.