Document new syntax \uXXXX.

This commit is contained in:
Eli Zaretskii 2006-06-09 17:59:29 +00:00
parent 302a986ba5
commit cb480394f9

View file

@ -3896,6 +3896,13 @@ text properties.
`assoc-ignore-representation', which are still available, but have
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.