CLI11
CLI11 copied to clipboard
Unicode
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.