ID:2516555
 
Resolved
The escape sequences \xNN, \uNNNN, and \UNNNNNN are now supported, where N is a hex digit. This is used to refer to a character by its Unicode code point. Note that with the new Unicode support, characters 128 and above are encoded as multiple bytes in UTF-8 format. See the DM reference for details.
Applies to:DM Language
Status: Resolved (513.1490)

This issue has been resolved.
New escape sequences for including characters by code
Lummox JR resolved issue with message:
The escape sequences \xNN, \uNNNN, and \UNNNNNN are now supported, where N is a hex digit. This is used to refer to a character by its Unicode code point. Note that with the new Unicode support, characters 128 and above are encoded as multiple bytes in UTF-8 format. See the DM reference for details.