From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: unibyte<->multibyte conversion [Re: Emacs-diffs Digest, Vol 2, Issue 28] Date: Tue, 21 Jan 2003 07:56:30 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301210010.JAA17551@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1043129062 28350 80.91.224.249 (21 Jan 2003 06:04:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 06:04:22 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18arW1-0007Mk-00 for ; Tue, 21 Jan 2003 07:04:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18arhE-0006b0-00 for ; Tue, 21 Jan 2003 07:15:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18arS7-0000Ne-01 for emacs-devel@quimby.gnus.org; Tue, 21 Jan 2003 01:00:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18arRN-0000J4-00 for emacs-devel@gnu.org; Tue, 21 Jan 2003 00:59:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18arQS-0000Co-00 for emacs-devel@gnu.org; Tue, 21 Jan 2003 00:58:36 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18arPx-00007c-00; Tue, 21 Jan 2003 00:57:50 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA09857; Tue, 21 Jan 2003 07:56:31 +0200 (IST) X-Sender: eliz@is Original-To: Kenichi Handa In-Reply-To: <200301210010.JAA17551@etlken.m17n.org> Original-cc: rms@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10924 On Tue, 21 Jan 2003, Kenichi Handa wrote: > > Sorry, I don't think I understand the difference. What will we have > > in the buffer after process output is converted as you describe in the > > last paragraph above? > > Ok, here's an example (Latin-1 lang. env.). Thanks for taking time to explain these subtleties. > (1) Reading a process output by raw-text into a multibyte > buffer does AS conversion. I think this should do TO > conversion to be consistent with (3). I tend to agree, but without knowing the exact reason for the current behavior, I fear that we will break something.