From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: Re: Unicode -> string? Invalid code point! // Adding a menu itemwith unicode characters Date: Mon, 18 Apr 2005 18:58:46 +0000 (UTC) Message-ID: References: <854qe49nmt.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113855641 21015 80.91.229.2 (18 Apr 2005 20:20:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Apr 2005 20:20:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 18 22:20:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNciy-0001JP-No for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Apr 2005 22:20:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNcn9-0000x0-CT for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Apr 2005 16:24:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNcmi-0000vs-Qe for help-gnu-emacs@gnu.org; Mon, 18 Apr 2005 16:23:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNcmh-0000uw-FG for help-gnu-emacs@gnu.org; Mon, 18 Apr 2005 16:23:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNcmg-0008TT-TJ for help-gnu-emacs@gnu.org; Mon, 18 Apr 2005 16:23:54 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DNcgI-0002zu-3j for help-gnu-emacs@gnu.org; Mon, 18 Apr 2005 16:17:18 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DNcZQ-0008Qc-EP for help-gnu-emacs@gnu.org; Mon, 18 Apr 2005 22:10:13 +0200 Original-Received: from dhcp-110-120.inf.ed.ac.uk ([129.215.110.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2005 22:10:12 +0200 Original-Received: from david.reitter by dhcp-110-120.inf.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2005 22:10:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 8 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 129.215.110.120 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25791 David Kastrup gnu.org> writes: > > Why not just (decode-char 'ucs #X2318) ? > Why not? It works! Danke!