rust-encoding icon indicating copy to clipboard operation
rust-encoding copied to clipboard

Consider implementing CESU-8 (external library available)

Open emk opened this issue 10 years ago • 0 comments

I saw that you had the evil encoding CESU-8 on one of your TODO lists. If it helps, I've taken a stab at a small, standalone encoding library which converts between UTF-8 and CESU-8:

https://crates.io/crates/cesu8

Is there any way to make a library like this compatible with rust-encoding without depending on anything more than a few core types? Thank you as always for your thoughts!

emk avatar Dec 08 '14 12:12 emk