Discuss this help topic in SecureBlackbox Forum
This event is fired each time an unknown glyph (character) is encountered in the text.
Declaration
Parameters
Return value
Should return the name of the symbol.
Description
This event is fired when a character in the widget's text has a code point that is missing from the ISO/IEC 10646 Universal Character Set (UCS). The handler should return the character's name, or substituting text. When a handler is not defined, the name is chosen automatically: it consists of the prefix "uni" and a hexadecimal code of the character.