Closed
Description
The str_utf16
feature tracks APIs like str::utf16_units
that support utf16 encoding. These APIs are working well today, but it would be good to have a clear picture of the final state of APIs we'd like to have for various string encodings in std
, and how that relates to other unicode support crates.
cc @SimonSapin