We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f9d5c commit 9a95557Copy full SHA for 9a95557
code/client/citicore/console/Console.cpp
@@ -269,7 +269,7 @@ ProgramArguments Tokenize(const std::string& lineUtf8)
269
#ifndef _MSC_VER
270
static std::wstring_convert<std::codecvt_utf8<typename ProgramArguments::TCharType>, typename ProgramArguments::TCharType> converter;
271
#else
272
- static std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t> converter;
+ static std::wstring_convert<std::codecvt_utf8<uint32_t>, uint32_t> converter;
273
#endif
274
275
try
0 commit comments