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

Character encoding support for Rust

Results 36 rust-encoding issues
Sort by recently updated
recently updated
newest added

Part of https://github.com/lifthrasiir/rust-encoding/issues/111

This removes the workaround for https://github.com/rust-lang/cargo/issues/860 by refactoring to a workspace. This means encoding_index_tests is now a dev dependency instead of a regular dependency.

Hello, Would it be possible to get support for CP850 (despite it being a near dead encoding)?

I need support to encode/decode cp437 to interface with a dynamic library. The documentation does not explain how to create your own charset. Also, I would happily submit a PR...

Database is slightly modified from Unicode's file.

@hsivonen is proposing to replace Gecko's encoding converters by a library written in Rust: https://docs.google.com/document/d/13GCbdvKi83a77ZcKOxaEteXp1SOGZ_9Fmztb9iX22v0/edit. He identifies some arguments against using rust-encoding in its current form. Since I believe it...

`&[u8]` can be converted to `&str` (rather than String) in some cases, and vice-versa. `std::borrow::Cow` would be nice.

https://en.wikipedia.org/wiki/ISO/IEC_8859-1 "ISO-8859-1 is the IANA preferred name for this standard when supplemented with the C0 and C1 control codes from ISO/IEC 6429" (Python didn't get the memo)