CharacterToUnicodeMap class
A CharacterToUnicodeMap object contains a mapping of EBCDIC or ASCII (single-byte), characters to Unicode double-byte characters. Each character in an In string argument is associated with, or mapped to, an individual character from an Out string argument. The Out string may be supplemented with instances of a pad character to ensure a one-to-one mapping with the In characters.
CharacterToUnicodeMap includes a constructor, copy methods, and an update method for modifying the map. The "List of CharacterToUnicodeMap methods" shows all the class methods.
The CharacterToUnicodeMap class is new as of version 8.0 of the Sirius Mods.