-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
Description
This is a general issue for discussion on unicode/wchar support.
My thought is to start by making typedefs (using
aliases now) for the main types of strings being used and main functions on strings, then it would be easy to change in one place. I could even do a check for C++17 and use string_view
if available.
Any help from people who use extended chars appreciated.
scherer-michael, riverar, BeErikk, exomo, fabienfl-orc and 2 more