Crate ucs2

source ·
Expand description

Utility functions for the UCS-2 character encoding.

Macros§

  • Encode a string as UCS-2 with a trailing null character.

Enums§

  • Possible errors returned by the API.

Functions§

  • Decode an input UCS-2 string into a UTF-8 string.
  • Decode UCS-2 string to UTF-8 with a custom callback function.
  • Encodes an input UTF-8 string into a UCS-2 string.
  • Encode UTF-8 string to UCS-2 with a custom callback function.