Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mattYou can do this:
emit code, unescape(u"\\u"+code) as ucd_symb
The trick in this is the unescape function, which seems to be missing from the brainscript documentation.
However, an extensive write-up is contained in the Release Notes for the 4.1.2 release. (The release notes can be found in the file "BRAIN Releases Notes.pdf" for 4.1.x installs and the "LAE (BRAIN) Releases Notes to 4.1.8.pdf" for 4.5.x installs.
I have filed a bug against the online documentation to include an entry for the unescape function.
Matt