Container class containing UTF-16 big-endian encoding.
@see Class Comments in <EsUnicodeEncoding> for usage examples.
Class Methods
None
Instance Methods
asUnicodeString:
Answer a new unicode string instance from the receiver.
If @repair is true, then invalid utf32 will be replaced with the unicode replacement character U+FFFD.
Arguments:
repair - <Boolean>
Answers:
<UnicodeString>