Open
Description
openedon Nov 16, 2019
Split from #6
The code currently calls u_strToUTF8
. It would be better to use Rust standard library functions like std::str::encode_utf16. You would avoid having to go across the FFI boundary when performing the conversion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment