From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Garbled non-Ascii characters in ChangeLog files Date: Thu, 27 Mar 2008 08:10:48 +0900 Message-ID: References: <87abklyh19.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1206573092 14697 80.91.229.12 (26 Mar 2008 23:11:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 23:11:32 +0000 (UTC) Cc: svenjoac@gmx.de, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 00:12:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jeemc-0005yI-VS for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 00:11:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeelw-00017a-AK for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 19:11:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jeelr-00013l-4c for emacs-devel@gnu.org; Wed, 26 Mar 2008 19:11:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jeelp-0000zF-Bu for emacs-devel@gnu.org; Wed, 26 Mar 2008 19:11:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jeelp-0000z2-9G for emacs-devel@gnu.org; Wed, 26 Mar 2008 19:11:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jeelo-0004q6-TR for emacs-devel@gnu.org; Wed, 26 Mar 2008 19:11:01 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m2QNAnQV006771; Thu, 27 Mar 2008 08:10:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m2QNAnbh013022; Thu, 27 Mar 2008 08:10:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m2QNAmf6015381; Thu, 27 Mar 2008 08:10:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Jeelc-0005dA-8m; Thu, 27 Mar 2008 08:10:48 +0900 In-reply-to: (message from Andreas Schwab on Wed, 26 Mar 2008 11:08:07 +0100) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id m2QNAnQV006771 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93582 Archived-At: In article , Andreas Schwab writes: > Sven Joachim writes: > > It seems that non-Ascii characters have been messed up in ChangeLog > > files for a while. For instance, the latest entry in lisp/ChangeLog = in > > EMACS_22_BASE looks like this: > > > > ,---- > > | 2008-03-25 Johan Bockg=1B$(Q)[=1B(Brd > > |=20 > > | * info.el (Info-isearch-search): Always return point. > > |=20 > > `---- > > > > The trunk show similar garbage for Jan Dj=C3=A4rv's changes in severa= l files, > > apparently starting after the merge of the unicode-2 branch. > That appears to be a bug in the iso-2022 decoder in Emacs 22. Emacs 23 > can decode this properly. "ESC $ ( Q" is for a charset newly introduced in Emacs 23. So, Emacs 22 doesn't know how to decode it, and as Emacs 22 has a limitation on the number of charsets, there's no way to support all of such escape sequence. --- Kenichi Handa handa@ni.aist.go.jp