Mercurial > emacs
changeset 71297:ec3903b8cc2e
Document new syntax \uXXXX.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Jun 2006 17:59:29 +0000 |
parents | 478fcdecb1b7 |
children | 8f770ba8e00d |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.