CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

Unicode

Open henryiii opened this issue 8 years ago • 0 comments

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.

henryiii avatar Jun 02 '17 12:06 henryiii