clipp icon indicating copy to clipboard operation
clipp copied to clipboard

Wide string support?

Open stevemk14ebr opened this issue 4 years ago • 0 comments

Any plans for this? I took a look at the code, it seems the majority of the library is written with a type alias so that is nice. I think a #define CLIPP_STR_TYPE std::wstring then using arg_str = CLIPP_STR_TYPE would be an easy solution, does this seem difficult?

stevemk14ebr avatar May 04 '20 00:05 stevemk14ebr