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

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

bug#4848: 23.1.50; \u and \x in string


From: Richard Stallman
Subject: bug#4848: 23.1.50; \u and \x in string
Date: Tue, 03 Nov 2009 08:39:00 -0500

    > "\ue1" gives the error "Non-hex digit used for Unicode escape".
    > Why doesn't it work to give the Unicode character á?

    I think you mean \u00e1

Why shouldn't \ue1 work?

    > Note that \xe1 does not work for this any more.

    Indeed, this refers to the byte 225 rather than to the char 225.

This needs to be documented.  But is it a good meaning for \x?  It
will rarely be useful this way.  Also, is it an incompatible change?





reply via email to

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