Abstract Abstract Readonly replacementThe Unicode code point of the replacement character used to substitute for invalid code unit sequences.
Abstract asReturns a UtfErrorMode that, if isNonZero is true, aborts when
Unicode decoding encounters a NUL byte.
Abstract debugWrites a developer readable, debug-formatted string representation of this
object to output.
the continuation of the output.
[[OutputException]] if the output exits the cont state before
the full debug string has been written.
Abstract equalsAbstract hashAbstract isStatic fatalReturns a UtfErrorMode that aborts Unicode decoding with an error when
invalid code unit sequences are encountered.
Static fatalReturns a UtfErrorMode that aborts Unicode decoding with an error when
invalid code unit sequences, and NUL bytes, are encountered.
Static replacementReturns a UtfErrorMode that substitutes invalid code unit sequences
with the replacement character (U+FFFD).
Static replacementReturns a UtfErrorMode that substitutes invalid code unit sequences
with the replacement character (U+FFFD), and aborts decoding with an
error when NUL bytes are encountered.
Generated using TypeDoc
Unicode transformation format error handling mode.