Skip to content

Commit 8170836

Browse files
committed
utf-8 for test cpp
1 parent df8bca2 commit 8170836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_platform.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "libipc/platform/to_tchar.h"
1212

1313
TEST(Platform, to_tchar) {
14-
char const *utf8 = "hello world, 低挫�こんにちは";
15-
wchar_t const *wstr = L"hello world, 低挫�こんにちは";
14+
char const *utf8 = "hello world, 你好,こんにちは";
15+
wchar_t const *wstr = L"hello world, 你好,こんにちは";
1616
{
1717
ipc::string str = ipc::detail::to_tchar<char>(utf8);
1818
EXPECT_STREQ(str.c_str(), utf8);

0 commit comments

Comments
 (0)