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: \225 and so on Date: Wed, 09 Apr 2003 07:33:46 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4634-Wed09Apr2003073346+0300-eliz@elta.co.il> References: <2427-Tue08Apr2003061641+0300-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049862983 24774 80.91.224.249 (9 Apr 2003 04:36:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2003 04:36:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 09 06:36:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1937Jt-0006RR-00 for ; Wed, 09 Apr 2003 06:36:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1937OA-00068j-00 for ; Wed, 09 Apr 2003 06:40:46 +0200 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 1937Jl-0008Fk-04 for emacs-devel@quimby.gnus.org; Wed, 09 Apr 2003 00:36:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1937J7-0007kK-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 00:35:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1937IH-00068M-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 00:34:42 -0400 Original-Received: from thor.inter.net.il ([192.114.186.11]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1937IA-0005pW-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 00:34:34 -0400 Original-Received: from zaretsky (adsl-ayalon-pc-131-77.inter.net.il [213.8.131.77]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AWW38309; Wed, 9 Apr 2003 07:34:13 +0300 (IDT) Original-To: Benjamin.Riefenstahl@epost.de X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Benjamin Riefenstahl on 08 Apr 2003 15:07:10 +0200) 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:13062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13062 > From: Benjamin Riefenstahl > Date: 08 Apr 2003 15:07:10 +0200 > > > > cp1252 is in lisp/international/code-pages.el in CVS Emacs. > > > > Doesn't that map those characters into mule-unicode-* charsets? > > Is that a problem? It might be, since the CVS HEAD version does not yet unify Unicode and non-Unicode character sets. > if it is a problem in general, an alternative implementation for > these coding systems should be created perhaps? I don't think it's easy to do that, since those characters are not in the target charsets of the cpNNN encodings.