From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Non-ASCII in Lucid menus Date: Thu, 17 Mar 2005 08:12:36 +0100 Message-ID: <1f6b415f18543e75d99860970b161fe3@swipnet.se> References: <877jkce8lv.fsf-monnier+emacs@gnu.org> <42341EC4.3060405@swipnet.se> <87r7ijbray.fsf-monnier+emacs@gnu.org> <7b2c4ca190cea7657e31ed04f07d3377@swipnet.se> <87ll8nk49o.fsf-monnier+emacs@gnu.org> <4238A5D4.6090701@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111045419 16877 80.91.229.2 (17 Mar 2005 07:43:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 07:43:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 08:43:39 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBpec-00034N-Mf for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 08:42:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBpur-0004TG-Ld for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 02:59:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBpuh-0004SN-Q1 for emacs-devel@gnu.org; Thu, 17 Mar 2005 02:59:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBpug-0004Rt-0i for emacs-devel@gnu.org; Thu, 17 Mar 2005 02:59:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBpra-0003gr-52 for emacs-devel@gnu.org; Thu, 17 Mar 2005 02:56:15 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBpBv-00024c-C3 for emacs-devel@gnu.org; Thu, 17 Mar 2005 02:13:11 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050317071310.TYQ4482.mxfep02.bredband.com@coolsville.localdomain>; Thu, 17 Mar 2005 08:13:10 +0100 In-Reply-To: Original-To: Stefan Monnier X-Mailer: Apple Mail (2.619.2) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34655 >>> In any case, here is the new improved patch. This new patch should >>> also >>> enable non-ASCII in Motif menus, although I haven't actually checked >>> it. > >> I think you can have that already as long as your menu strings are in >> your >> locale. It works for me :-) > > Actually, I doubt this is true because the encoding currently used is > "make_string_unibyte", which can only work for unibyte locales. This > much > also already works with Lucid (no need for my patch here). You are corrent, I only tried the ISO-8859-x charsets. Jan D.