-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
state: needs more infothe author of the issue needs to provide more detailsthe author of the issue needs to provide more details
Description
- Describe the feature in as much detail as possible.
it woudl be nice, if the lib can accept any char16_t and char32_t sequences and convert them to utf8 automatically, because most unicode strings in windows would be stored as u16string (non legacy code ofc) to distinguish it from ansi like in std::string. List of sequence like usage (maybe incomplete): charT*, charT[], basic_string, basic_string_view where charT from {char16_t,char32_t} - Include sample usage where appropriate.
any usage of unicode in a type safe manner in c++ under windows (explicitly exlcuding std::wstring)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
state: needs more infothe author of the issue needs to provide more detailsthe author of the issue needs to provide more details