From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: Re: decode-char & utf-8-fragment-on-decoding Date: 05 Sep 2002 23:45:25 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87y9aii9hc.fsf@cricket.magic.csuhayward.edu> <200209040818.RAA12414@etlken.m17n.org> <200209050125.KAA13578@etlken.m17n.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031265871 7757 127.0.0.1 (5 Sep 2002 22:44:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 22:44:31 +0000 (UTC) Cc: tlm@pocketmail.com, bug-gnu-emacs@gnu.org 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 17n5MT-00020s-00 for ; Fri, 06 Sep 2002 00:44:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n5O7-0004S0-00; Thu, 05 Sep 2002 18:46:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17n5NV-0004Md-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:45:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17n5NS-0004ML-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:45:32 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n5NS-0004MC-00 for bug-gnu-emacs@gnu.org; Thu, 05 Sep 2002 18:45:30 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 17n5NN-0004hE-00; Thu, 05 Sep 2002 23:45:25 +0100 Original-To: Kenichi Handa Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3432 Kenichi Handa writes: > So, we should regard it a feature that > (decode-char 'ucs (encode-char C 'ucs)) > will not return C even if C belongs to one of mule-unicode-* > charsets. [... when the translation table is populated.] If you think that's wrong, feel free to change it. I don't feel strongly about it.