Mercurial > emacs
comparison etc/NEWS @ 71297:ec3903b8cc2e
Document new syntax \uXXXX.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Jun 2006 17:59:29 +0000 |
parents | 2f0ef040dfe3 |
children | 9e7ccf711815 |
comparison
equal
deleted
inserted
replaced
71296:478fcdecb1b7 | 71297:ec3903b8cc2e |
---|---|
3893 | 3893 |
3894 +++ | 3894 +++ |
3895 *** The new function `assoc-string' replaces `assoc-ignore-case' and | 3895 *** The new function `assoc-string' replaces `assoc-ignore-case' and |
3896 `assoc-ignore-representation', which are still available, but have | 3896 `assoc-ignore-representation', which are still available, but have |
3897 been declared obsolete. | 3897 been declared obsolete. |
3898 | |
3899 +++ | |
3900 *** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex. | |
3901 Use "\u0428" to specify a string consisting of CYRILLIC CAPITAL LETTER SHA, | |
3902 or "\U0001D6E2" to specify one consisting of MATHEMATICAL ITALIC CAPITAL | |
3903 ALPHA (the latter is greater than #xFFFF and thus needs the longer | |
3904 syntax). Also available for characters. | |
3898 | 3905 |
3899 +++ | 3906 +++ |
3900 ** Displaying warnings to the user. | 3907 ** Displaying warnings to the user. |
3901 | 3908 |
3902 See the functions `warn' and `display-warning', or the Lisp Manual. | 3909 See the functions `warn' and `display-warning', or the Lisp Manual. |