emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unicode Lisp reader escapes


From: Richard Stallman
Subject: Re: [PATCH] Unicode Lisp reader escapes
Date: Sat, 06 May 2006 19:36:19 -0400

    Are there reasons not to use Perl's notation for Unicode characters,
    i.e. "\x{...}"?  The Unicode code for the desired character,
    is placed in the braces in hexadecimal, and has no fixed length.
    Examples: "\x{DF}", "\x{0448}", "\x{001D0ED}".

We could support this form, as well as \u and \U for compatibility
with other languages.




reply via email to

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