rust-osdev / ucs2-rs

UCS-2 conversion utilities for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoding support

GabrielMajeri opened this issue · comments

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.

Resolve by #7