David Reitter <[EMAIL PROTECTED]> writes:

> How can I specify strings for a menu item that have unicode-range
> characters in them?
> To be concrete, I'd like to specify the 'command sign' character (to
> show a keyboard shortcut with the command key). The unicode ID of this
> character is 0x2318, and I assume I'll have to convert this to the
> internal multibyte representation first. But when I do
>
> (make-char 'mule-unicode-0100-24ff 8504)
>
> I just get an 'invalid code point' error.
> Is that the correct charset for the job?

Why not just (decode-char 'ucs #X2318) ?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to