• the SysChar class can manage unicode characters. it use a wchar_t as its data member

  • the Unicode standard is the universal character encoding standard used for representation of text for computer processing

  • Unicode uses a 16-bit encoding and endorses two forms that correspond to ISO 10646 transformation formats, UTF-8 and UTF-16

  • the SysChar class can turn the encoding into into the actual bits based on the given format