Skip to content

Commit

Permalink
New translations working-with-different-filesystems.md (Chinese Simpl…
Browse files Browse the repository at this point in the history
…ified)

chore: synced translations from crowdin
  • Loading branch information
ovflowd committed Sep 27, 2023
1 parent 2347d3c commit 6f9ee5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Node.js 公开了许多文件系统的特性。但并不是所有的文件系统

## Unicode 编码格式保存

*大小写保存和 Unicode 编码保存是相似的概念。要了解为什么要保留 Unicode 编码,请确保首先了解为什么应保留大小写。在正确理解时,Unicode 形式保存也同样简单。*
_大小写保存和 Unicode 编码保存是相似的概念。要了解为什么要保留 Unicode 编码,请确保首先了解为什么应保留大小写。在正确理解时,Unicode 形式保存也同样简单。_

Unicode 可以使用多个不同的字节序列对相同的字符进行编码。多个字符串可能看起来相同,但有不同的字节序列。使用 UTF-8 字符串时请注意,您的期望与 Unicode 的工作方式一致。正如您不希望所有 UTF-8 字符都编码到单个字节一样,您不应该期望用人的肉眼看上去是是一样的几个 UTF-8 字符串一定具有相同的字节表示形式。这可能只是一个期望,你可以有 ASCII,但不是 UTF-8。

Expand Down

0 comments on commit 6f9ee5d

Please sign in to comment.