1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #1428 from SimonLi0427/master

修改错误字
This commit is contained in:
Guide哥 2021-10-15 20:51:33 +08:00 committed by GitHub
commit 69a0134829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ BIG5 主要针对的是繁体中文,收录了 13000 多个汉字。
然后,**Unicode** 带着这个使命诞生了。
Unicode 字符集中包含了世界上几乎所有已知的字符。不过Unicode 字符集并没有规定如何存储这些字符(也就是如何使用二制数据表示这些字符)。
Unicode 字符集中包含了世界上几乎所有已知的字符。不过Unicode 字符集并没有规定如何存储这些字符(也就是如何使用二制数据表示这些字符)。
然后,就有了 **UTF-8****8**-bit **U**nicode **T**ransformation **F**ormat。类似的还有 UTF-16、 UTF-32。