Expand description

The unicode_encoding module contains the UnicodeEncoding trait that contains the common capabilities for all Unicode encodings.

Enums

Traits

  • The UnicodeEncoding trait contains the basic function shared with all the other encodings in this crate. This is converting the data from and to UTF-32 and writing it to or reading it from a file. Furthermore, it is also possible to convert from and to a slice of bytes.