From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: zrr Newsgroups: gmane.emacs.devel Subject: Re: [unicode-2 branch]emacs can't load library in "zh_CN.gbk" locale Date: Wed, 06 Oct 2004 00:23:04 +0800 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410041212.VAA10765@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096998976 32203 80.91.229.6 (5 Oct 2004 17:56:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2004 17:56:16 +0000 (UTC) Cc: beijing_2008_gold@yahoo.com.cn, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 05 19:55:58 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CEtXa-0001x0-00 for ; Tue, 05 Oct 2004 19:55:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEteE-0006Bp-O9 for ged-emacs-devel@m.gmane.org; Tue, 05 Oct 2004 14:02:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CEte9-0006Bk-89 for emacs-devel@gnu.org; Tue, 05 Oct 2004 14:02:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CEte8-0006BP-Gd for emacs-devel@gnu.org; Tue, 05 Oct 2004 14:02:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CEte8-0006B8-DL for emacs-devel@gnu.org; Tue, 05 Oct 2004 14:02:44 -0400 Original-Received: from [216.136.130.117] (helo=smtp209.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CEtXJ-0000AH-3Z for emacs-devel@gnu.org; Tue, 05 Oct 2004 13:55:41 -0400 Original-Received: from unknown (HELO shemale) (beijing?2008?gold@222.163.20.71 with login) by smtp209.mail.sc5.yahoo.com with SMTP; 5 Oct 2004 16:23:12 -0000 Original-To: Kenichi Handa In-Reply-To: <200410041212.VAA10765@etlken.m17n.org> (Kenichi Handa's message of "Mon, 4 Oct 2004 21:12:29 +0900 (JST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.0 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27950 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27950 Kenichi Handa writes: Bug report. In "mule-cmds.el" line 2177 and 2178 ("zh.*[._].gb18030" . "Chinese-GB18030") ; zh_CN.GB18030/GB18030 in glibc ("zh.*[._].gbk" . "Chinese-GBK") The two regexps can't match "zh_CN.gb18030" and "zh_CN.gbk". Perhaps they should be "zh.*[._]gb18030" and "zh.*[._]gbk". Cheers! Tang