From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63876 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: `.newsrc.eld' saves chinese group name in wrong coding Date: Tue, 24 Oct 2006 13:27:59 -0400 Message-ID: References: <87mz7tm2wn.fsf@furball.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1161710944 31292 80.91.229.2 (24 Oct 2006 17:29:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 17:29:04 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, yamaoka@jpl.org, id.brep@gmail.com, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Tue Oct 24 19:28:58 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 1GcQ4N-0000j6-Ef for gebp-emacs-pretest-bug@gmane.org; Tue, 24 Oct 2006 19:28:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcQ4N-0006ne-02 for gebp-emacs-pretest-bug@gmane.org; Tue, 24 Oct 2006 13:28:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcQ4J-0006nQ-Ss for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:28:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcQ4I-0006nB-GR for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:28:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcQ4I-0006n8-AW for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:28:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcQ4I-0004ze-BY for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:28:02 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1GcQ4F-0001v5-Dk; Tue, 24 Oct 2006 13:27:59 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 24 Oct 2006 11:22:51 -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:14769 gmane.emacs.gnus.general:63876 Archived-At: > Cc: yamaoka@jpl.org, emacs-pretest-bug@gnu.org, id.brep@gmail.com, > ding@gnus.org > From: Stefan Monnier > Date: Tue, 24 Oct 2006 11:22:51 -0400 > > I'm not quite sure what is a "unibyte session" A.k.a. "emacs --unibyte". > but I think "stay 100% in > unibyte" is fairly clear: only use unibyte buffers and strings in the > relevant code (while other unrelated buffers and strings may be multibyte). I think it's practically impossible to use only unibyte buffers for any serious work, and therefore I don't consider this a feasible solution. If one uses the default multibyte session, using unibyte strings is prone to subtle problems as described in this thread.