Utf32BE
Description
Container class containing UTF-16 big-endian encoding.
@see Class Comments in <EsUnicodeEncoding> for usage examples.
Class Methods
asUnicodeString:repair:
Answer a new unicode string instance using utf32 big endian bytes from @aByteOrLongObject
If @repair is true, then invalid utf32 will be replaced with the unicode replacement character U+FFFD.
Arguments:
aByteOrLongObject - <ByteArray | Utf32BE>
repair - <Boolean>
Answers:
<UnicodeString>
Raises:
<Exception> EsPrimErrValueOutOfRange if @anObject contains invalid bytes and @repair is false
Instance Methods
None
Last modified date: 01/06/2026