File tree 2 files changed +2
-2
lines changed
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(
295
295
296
296
// / \param ch: UTF-16 character in architecture-native endianness encoding
297
297
// / \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)
299
299
{
300
300
std::ostringstream result;
301
301
const std::locale loc;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ std::string
26
26
utf32_native_endian_to_utf8 (const std::basic_string<unsigned int > &s);
27
27
28
28
std::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);
30
30
std::string utf16_native_endian_to_java (const std::wstring &in);
31
31
32
32
std::vector<std::string> narrow_argv (int argc, const wchar_t **argv_wide);
You can’t perform that action at this time.
0 commit comments