Utf32LE
Description
Container class containing UTF-16 little-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>
Last modified date: 01/18/2023