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 23:34:16 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>> 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}.

And Common Lisp uses the notation #\euro_sign, but IMO it is not quite
nice, because using official Unicode character names requires replacing
spaces with underscores.

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





reply via email to

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