>>        character: € (01235114, 342604, 0x53a4c, U+20AC)
> ...
>> I think it was a good change to use lisp-readable syntax for `M-:',
>> so the same syntax should be used for `C-x =' as well.
>
> Yeah...
>
> Is there a lisp syntax for U+20AC?

AFAIK, no.  Perhaps #u20AC is a good syntax for this.

Perl uses the "\x{...}" notation for Unicode characters.  Doing the
same in Emacs would produce #x{20AC}.  Also Perl has the notation for
Unicode character names: \N{EURO SIGN}.  In Emacs this would be
like #u{EURO SIGN}.

-- 
Juri Linkov
http://www.jurta.org/emacs/



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to