CharacterToUnicodeMap class

From m204wiki
Revision as of 19:35, 1 December 2011 by JAL2 (talk | contribs) (Created page with "A <var>CharacterToUnicodeMap</var> object contains a mapping of EBCDIC or ASCII (single-byte), characters to <var>Unicode</var> double-byte characters. Each character in an In st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.