emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No i-search for € in iso-8859-16 coded buffer


From: Juri Linkov
Subject: Re: No i-search for € in iso-8859-16 coded buffer
Date: Mon, 14 Nov 2005 22:57:42 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>        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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]