Crate falcom_sjis

source ·

Enums§

Functions§

  • Decodes a byte slice into a string.
  • Decodes a single character from the input.
  • Decodes a single character from an already-read input.
  • Decodes a byte slice into a string, lossily.
  • Encodes a string into a byte vec.
  • Encodes a single character, yielding either an error or one or two bytes.
  • Encodes a string into a byte vec, lossily.