widestring-rs icon indicating copy to clipboard operation
widestring-rs copied to clipboard

No conversion from Utf32String to Vec<char>

Open Xiretza opened this issue 2 years ago • 0 comments
trafficstars

Despite what the documentation says, there is no conversion from Utf32String to Vec<char> (but there is the other way around):

This also means that Utf32String is the same representation as a Vec<char>; indeed conversions between the two exist and are simple typecasts.

Xiretza avatar Apr 26 '23 17:04 Xiretza