From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63887 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: `.newsrc.eld' saves chinese group name in wrong coding Date: Wed, 25 Oct 2006 14:03:08 -0400 Message-ID: References: <87mz7tm2wn.fsf@furball.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161799407 32625 80.91.229.2 (25 Oct 2006 18:03:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 18:03:27 +0000 (UTC) Cc: id.brep@gmail.com, emacs-pretest-bug@gnu.org, yamaoka@jpl.org, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Oct 25 20:03:22 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gcn5y-0000Z6-DU for gebp-emacs-pretest-bug@gmane.org; Wed, 25 Oct 2006 20:03:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gcn5y-0006xQ-0X for gebp-emacs-pretest-bug@gmane.org; Wed, 25 Oct 2006 14:03:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gcn5q-0006vO-5a for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gcn5p-0006vC-QG for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gcn5p-0006v9-JC for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gcn5p-0002zQ-7s for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:09 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Gcn5o-0006bG-Je; Wed, 25 Oct 2006 14:03:08 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 24 Oct 2006 14:14:05 -0400) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:14783 gmane.emacs.gnus.general:63887 Archived-At: Code which implicitly converts text from multibyte to unibyte (and vice versa), using nonascii-*, will presumably be used in all kinds of locales, including BIG5 ones. So knowing what happens in this case is still relevant. It is not hard to know what happens--that is documented in the Lisp Manual. (Do you think any of it is not clear?) Meanwhile, I think that the presumption of the above text is incorrect. Unibyte text can only handle certain European alphabets. If you use unibyte text, you should make sure to use it only for them.