File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ static void utf16_native_endian_to_java(
295295
296296// / \param ch: UTF-16 character in architecture-native endianness encoding
297297// / \return String in US-ASCII format, with \\uxxxx escapes for other characters
298- std::string utf16_native_endian_to_java (const wchar_t ch)
298+ std::string utf16_native_endian_to_java (const char16_t ch)
299299{
300300 std::ostringstream result;
301301 const std::locale loc;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ std::string
2626utf32_native_endian_to_utf8 (const std::basic_string<unsigned int > &s);
2727
2828std::wstring utf8_to_utf16_native_endian (const std::string &in);
29- std::string utf16_native_endian_to_java (const wchar_t ch);
29+ std::string utf16_native_endian_to_java (const char16_t ch);
3030std::string utf16_native_endian_to_java (const std::wstring &in);
3131
3232std::vector<std::string> narrow_argv (int argc, const wchar_t **argv_wide);
You can’t perform that action at this time.
0 commit comments