We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec0487 commit 3d147d8Copy full SHA for 3d147d8
docs/unicode.md
@@ -628,7 +628,7 @@ GB18030 编码空间巨大,不仅囊括了中日韩汉字,所有 Unicode 中
628
|Linux `char`|1 字节|取决于 `$LC_ALL`|"hello"|
629
|Windows `char`|1 字节|取决于系统区域设置|"hello"|
630
|Linux `wchar_t`|4 字节|UTF-32|L"hello"|
631
-|Windows `wchar_t`|2 字节|UTF-16|L"hello"|
+|Windows `wchar_t`|2 字节|UTF-16LE|L"hello"|
632
|`char8_t`|1 字节|UTF-8|u8"hello"|
633
|`char16_t`|2 字节|UTF-16|u"hello"|
634
|`char32_t`|4 字节|UTF-32|U"hello"|
0 commit comments