From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30720 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: more multibyte bugs Date: 05 May 2000 14:34:34 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87itwtrx9h.fsf@deneb.cygnus.argh.org> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167217 9984 80.91.224.250 (21 Oct 2002 02:26:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:57 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 45229D051E for ; Fri, 5 May 2000 08:32:36 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB20310; Fri, 5 May 2000 07:32:35 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 07:32:01 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@[204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA15088 for ; Fri, 5 May 2000 07:31:50 -0500 (CDT) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id 43380D051E for ; Fri, 5 May 2000 08:30:45 -0400 (EDT) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.116 via remotehost cygnus.argh.org with esmtp for mailhost.sclp.com id m12nhFk-001X2sC; Fri, 5 May 2000 14:30:44 +0200 (CEST) Original-Received: from deneb.cygnus.argh.org ([192.168.1.2]) by cygnus.argh.org with esmtp (Exim 3.12 #1) id 12nhEy-0005yq-00 for ding@gnus.org; Fri, 05 May 2000 14:29:56 +0200 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.12 #1) id 12nhJS-0005l7-00 for ding@gnus.org; Fri, 05 May 2000 14:34:34 +0200 Original-To: ding@gnus.org In-Reply-To: Vladimir Volovich's message of "05 May 2000 12:57:17 +0400" Original-Lines: 15 User-Agent: Gnus/5.0806 (Gnus v5.8.6) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30720 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30720 Vladimir Volovich writes: > Am i right that mule will _by design_ interpret combinations of 8-bit > octets which form multibyte characters as multibyte characters in a > multibyte buffer regardless of the coding system settings? Yes, some Emacs MULE guru confirmed it in an earlier posting to this list, I think. > In this case, it seems that ALL gnus buffers which are supposed to > contain arbitrary 8-bit text must be unibyte. If this can't be done (because making a buffer unibyte is some kind of global thing), one could add a special coding system designed for encoding raw bytes in the range 16#80# .. 16#FF#.