Crate tis620

Crate tis620 

Source

Structs§

DecodeError
Error that can occur while decoding.
EncodeError
Error that can occur while encoding.
ReplacementChar
TIS-620 replacement character.

Functions§

decode
Decode arbitrary octets as String. Returns a Result containing a String.
decode_buf
Decode arbitrary octets as String. Writes into the supplied buffer to avoid allocation.
encode
Encode arbitrary string as TIS-620. Returns a Result containing a Vec.
encode_buf
Encode arbitrary string as TIS-620. Writes into the supplied buffer to avoid allocation.
encode_lossy
Encode arbitrary string as TIS-620, including invalid characters. Returns a Vec.
encode_lossy_buf
Encode arbitrary string as TIS-620, including invalid characters. Writes into the supplied buffer to avoid allocation.