Utf16BE
Description
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 utf16 will be replaced with the
   unicode replacement character U+FFFD.
   
   Arguments:
    repair - <Boolean>      
   Answers:
    <UnicodeString>
Last modified date: 01/18/2023