rust-osdev / ucs2-rs

UCS-2 conversion utilities for Rust.
Mozilla Public License 2.0
6 stars 5 forks source link

Decoding support #1

Closed GabrielMajeri closed 4 years ago

GabrielMajeri commented 6 years ago

Currently, we only have support for UTF-8 to UCS-2 conversions. We should add the appropiate decode / decode_with functions for the reverse (UCS-2 to UTF-8) conversions.

GabrielMajeri commented 4 years ago

Resolve by #7