v0.0.10 #18
EmJayGee
announced in
Announcements
v0.0.10
#18
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Rounded out the string handling, fixed a bunch of "fake" conversions between utf-16 and utf-32 to use the real conversions and changed the names of the string conversions that use CP_ACP on Windows to the pattern:
m::to_wstring_acp()for example.
It's not clear whether there even should be a
m::to_wstring(std::string_view)(converting acharbased string to awchar_tbased string, since the behavior is clearly variable between Windows and Linux). In fact I will probably remove it in a future release, and under Linux, definem::to_wstring(std::string_view)which does UTF-8 -> UTF-32 conversion, but only on Linux.Madness.
This discussion was created from the release v0.0.10.
Beta Was this translation helpful? Give feedback.
All reactions