clstm icon indicating copy to clipboard operation
clstm copied to clipboard

wstring to u32string

Open tmbdev opened this issue 10 years ago • 0 comments

The current wstring is not entirely portable, since wchar_t is only 16 bits on Windows. Occurrences of wchar_t should be replaced with char32_t and occurrences of wstring with u32string

tmbdev avatar Jul 21 '15 19:07 tmbdev