From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Process output truncation when using UTF-8 Date: Thu, 19 Jun 2003 23:15:47 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <874r3f1ocb.fsf@zamazal.org> <200305300816.RAA21216@etlken.m17n.org> <87el2bi4uy.fsf@zamazal.org> <200306190424.NAA22942@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056079014 23254 80.91.224.249 (20 Jun 2003 03:16:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2003 03:16:54 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 20 05:16:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19TCNw-000624-00 for ; Fri, 20 Jun 2003 05:16:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19TCNl-0008De-SE for gnu-bug-gnu-emacs@m.gmane.org; Thu, 19 Jun 2003 23:16:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19TCNf-00085C-16 for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2003 23:16:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19TCNW-0007kT-U0 for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2003 23:15:55 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19TCNQ-0007V9-Mx for bug-gnu-emacs@gnu.org; Thu, 19 Jun 2003 23:15:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19TCNP-0002oB-6h; Thu, 19 Jun 2003 23:15:47 -0400 Original-To: Kenichi Handa In-reply-to: <200306190424.NAA22942@etlken.m17n.org> (message from Kenichi Handa on Thu, 19 Jun 2003 13:24:19 +0900 (JST)) Original-cc: pdm@zamazal.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5352 The encoding routine correctly produces CR LF, but somehow CR is converted to LF (perhaps by pty because the following test works correctly). Is it the pty and tty mechanism that does the conversion, perhaps?