Module e_utils::system::encode

source ·
Expand description

编码

Modules§

  • Functions for converting between different in-RAM representations of text and for quickly checking if the Unicode Bidirectional Algorithm can be avoided.

Structs§

  • A converter that decodes a byte stream into Unicode according to a character encoding in a streaming (incremental) manner.
  • A converter that encodes a Unicode stream into bytes according to a character encoding in a streaming (incremental) manner.
  • An encoding as defined in the Encoding Standard.

Enums§

  • Result of a (potentially partial) decode or encode operation with replacement.
  • Result of a (potentially partial) decode operation without replacement.
  • Result of a (potentially partial) encode operation without replacement.

Statics§

Functions§