From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 character code space Date: Sun, 23 Nov 2008 12:55:31 +0100 Message-ID: <18729.17587.181661.865130@a1ihome1.kph.uni-mainz.de> References: <18729.5253.534095.39944@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227441654 7053 80.91.229.12 (23 Nov 2008 12:00:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 12:00:54 +0000 (UTC) Cc: handa@m17n.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 13:01:56 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 1L4Dez-00076r-Lu for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 13:01:54 +0100 Original-Received: from localhost ([127.0.0.1]:33631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4Ddq-0006c6-LF for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 07:00:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4Ddm-0006bG-Qg for emacs-devel@gnu.org; Sun, 23 Nov 2008 07:00:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4Ddi-0006Yu-PG for emacs-devel@gnu.org; Sun, 23 Nov 2008 07:00:38 -0500 Original-Received: from [199.232.76.173] (port=50158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4Ddi-0006Yr-Jb for emacs-devel@gnu.org; Sun, 23 Nov 2008 07:00:34 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:33378) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4DYs-0004o6-1J; Sun, 23 Nov 2008 06:55:34 -0500 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id mANBtVZM025074; Sun, 23 Nov 2008 12:55:31 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id mANBtVIS028871; Sun, 23 Nov 2008 12:55:31 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id mANBtVvO028866; Sun, 23 Nov 2008 12:55:31 +0100 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:106029 Archived-At: >>>>> On Sun, 23 Nov 2008, Eli Zaretskii wrote: >> 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. Hm, strictly speaking these _are_ valid code points of ISO-8859-x (aka ISO_8859-x:1987), only not assigned to displayable characters. But of course you are right, I was missing the context of the cited paragraph. Ulrich