From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 character code space Date: Sun, 23 Nov 2008 06:11:07 -0500 Message-ID: References: <18729.5253.534095.39944@a1ihome1.kph.uni-mainz.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1227438696 32492 80.91.229.12 (23 Nov 2008 11:11:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 11:11:36 +0000 (UTC) Cc: handa@m17n.org, emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 12:12:39 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 1L4CtK-0004WS-M7 for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 12:12:38 +0100 Original-Received: from localhost ([127.0.0.1]:45732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4CsB-0002N1-FF for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 06:11:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4Cs7-0002Ml-TB for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:11:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4Cs6-0002Kn-Gq for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:11:23 -0500 Original-Received: from [199.232.76.173] (port=47231 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4Cs6-0002Kk-Cc for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:11:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36457) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4Cs6-00038S-EN for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:11:22 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L4Crr-0003JS-C5; Sun, 23 Nov 2008 06:11:07 -0500 In-reply-to: <18729.5253.534095.39944@a1ihome1.kph.uni-mainz.de> (message from Ulrich Mueller on Sun, 23 Nov 2008 09:29:57 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:106022 Archived-At: > From: Ulrich Mueller > Date: Sun, 23 Nov 2008 09:29:57 +0100 > Cc: emacs-devel@gnu.org, Kenichi Handa > > >>>>> On Sat, 22 Nov 2008, Eli Zaretskii wrote: > > > Converting unibyte text to multibyte text leaves @acronym{ASCII} characters > > unchanged, and converts 8-bit characters (codes 128 through 159) to > > the corresponding representation for multibyte text. > > > Again, by ``8-bit characters'' you mean raw 8-bit bytes here, right? > > Also, shouldn't it be "codes 128 through 255"? Or am I missing > something? Yes, you are missing the fact that 160-255 are valid 8859 code points. The text to which I referred is talking about 8-bit raw bytes in the range 128-159, where there are no 8859 code points.