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 3a6faf3 commit cbe983eCopy full SHA for cbe983e
docs/database/字符集.md
@@ -77,7 +77,7 @@ BIG5 主要针对的是繁体中文,收录了 13000 多个汉字。
77
78
然后,**Unicode** 带着这个使命诞生了。
79
80
-Unicode 字符集中包含了世界上几乎所有已知的字符。不过,Unicode 字符集并没有规定如何存储这些字符(也就是如何使用二级制数据表示这些字符)。
+Unicode 字符集中包含了世界上几乎所有已知的字符。不过,Unicode 字符集并没有规定如何存储这些字符(也就是如何使用二进制数据表示这些字符)。
81
82
然后,就有了 **UTF-8**(**8**-bit **U**nicode **T**ransformation **F**ormat)。类似的还有 UTF-16、 UTF-32。
83
0 commit comments