Crate falcom_sjis

Source

Enums§

EncodedChar
An encoded character in Shift JIS encoding.

Functions§

decode
Decodes a byte slice into a string.
decode_char
Decodes a single character from the input.
decode_char_from
Decodes a single character from an already-read input.
decode_lossy
Decodes a byte slice into a string, lossily.
encode
Encodes a string into a byte vec.
encode_char
Encodes a single character, yielding either an error or one or two bytes.
encode_lossy
Encodes a string into a byte vec, lossily.