From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: More Cyrillic vs UTF-8 Date: Tue, 29 Apr 2003 15:36:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84he8lovtc.fsf@lucy.is.informatik.uni-duisburg.de> <841xzphrr4.fsf@lucy.is.informatik.uni-duisburg.de> <200304281235.VAA11025@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051623584 15311 80.91.224.249 (29 Apr 2003 13:39:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 13:39:44 +0000 (UTC) Cc: Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Apr 29 15:39:42 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 19AVJN-0003qz-00 for ; Tue, 29 Apr 2003 15:38: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 19AVS2-0001Tb-00 for ; Tue, 29 Apr 2003 15:47:19 +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 19AVIs-0004uQ-03 for emacs-devel@quimby.gnus.org; Tue, 29 Apr 2003 09:37:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19AVIK-0004Wc-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 09:37:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19AVHr-0003zW-00 for emacs-devel@gnu.org; Tue, 29 Apr 2003 09:36:47 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19AVHg-0003xb-00; Tue, 29 Apr 2003 09:36:36 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h3TDaUbU019683 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 29 Apr 2003 15:36:31 +0200 Original-To: rms@gnu.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030429:rms@gnu.org:eaed0982cc9fd210 X-Hashcash: 0:030429:rms@gnu.org:eaed0982cc9fd210 X-Payment: hashcash 1.2 0:030429:handa@m17n.org:4472a47c6e0adf68 X-Hashcash: 0:030429:handa@m17n.org:4472a47c6e0adf68 X-Payment: hashcash 1.2 0:030429:kai.grossjohann@gmx.net:1c842c28b2cf6954 X-Hashcash: 0:030429:kai.grossjohann@gmx.net:1c842c28b2cf6954 X-Payment: hashcash 1.2 0:030429:emacs-devel@gnu.org:567c6c5b90ff7b00 X-Hashcash: 0:030429:emacs-devel@gnu.org:567c6c5b90ff7b00 In-Reply-To: (Richard Stallman's message of "Tue, 29 Apr 2003 01:39:02 -0400") User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3.50 (gnu/linux) Original-cc: kai.grossjohann@gmx.net Original-cc: emacs-devel@gnu.org 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:13546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13546 Richard Stallman writes: > Perhaps, it is better to mention utf-translate-cjk mode as this. > > * Encoding some characters as Unicode (UTF-8) is rejected by Emacs. > > Emacs currently, by default, only supports the parts of the > BMP whose codepoints are in the ranges 0000-33ff and > e000-ffff. This excludes CJK, Yi, Music, and Maths. > > If you try to save a file containing characters with code > points outside this range, Emacs will suggest other > compatible coding systems. > > By turing Utf-Translate-Cjk mode on, many more CJK > characters are included in the support. > > Please install that now, even though it may require a little > further modification. I added it. I changed UTF-8 into UTF-8/16, since I assume the same holds for UTF-16.