TIS-620
A library for handling Thai Industrial Standard 620 (TIS-620) characters.
Example usage.
let message = "แมว";
let encoded = encode.expect;
let decoded = decode.expect;
assert_eq!;
This crate is inspired by varokas/tis620.
A library for handling Thai Industrial Standard 620 (TIS-620) characters.
Example usage.
let message = "แมว";
let encoded = encode.expect;
let decoded = decode.expect;
assert_eq!;
This crate is inspired by varokas/tis620.