# HG changeset patch # User Eli Zaretskii # Date 1149875969 0 # Node ID ec3903b8cc2e0ccc518cbd19bd35b7ab9a0955ce # Parent 478fcdecb1b78ca6fff798d6b2668972c4afe4d1 Document new syntax \uXXXX. diff -r 478fcdecb1b7 -r ec3903b8cc2e etc/NEWS --- a/etc/NEWS Fri Jun 09 17:56:20 2006 +0000 +++ b/etc/NEWS Fri Jun 09 17:59:29 2006 +0000 @@ -3897,6 +3897,13 @@ been declared obsolete. +++ +*** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex. +Use "\u0428" to specify a string consisting of CYRILLIC CAPITAL LETTER SHA, +or "\U0001D6E2" to specify one consisting of MATHEMATICAL ITALIC CAPITAL +ALPHA (the latter is greater than #xFFFF and thus needs the longer +syntax). Also available for characters. + ++++ ** Displaying warnings to the user. See the functions `warn' and `display-warning', or the Lisp Manual.