From 310fd066e91f454b990372ffa30e803cc8120975 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:56:40 +0100 Subject: unslug zh-cn: move --- files/zh-cn/glossary/character_encoding/index.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/zh-cn/glossary/character_encoding/index.html (limited to 'files/zh-cn/glossary/character_encoding') diff --git a/files/zh-cn/glossary/character_encoding/index.html b/files/zh-cn/glossary/character_encoding/index.html new file mode 100644 index 0000000000..40dbc7ca8a --- /dev/null +++ b/files/zh-cn/glossary/character_encoding/index.html @@ -0,0 +1,26 @@ +--- +title: Character encoding(字符编码) +slug: Glossary/字符编码 +tags: + - 术语 + - 术语表 +translation_of: Glossary/character_encoding +--- +

一套编码系统定义字节与文本间的映射。一连串字节文本能让不同文本解释得以进行。我们指明一套特定编码系统时(如 UTF-8),也就指明了字节得以解释的方式。

+ +

例如,我们通常在 HTML 里声明 UTF-8 字符编码,使用如下:

+ +
+
<meta charset="utf-8">
+ +

这就确保你在 HTML 文档中可以使用几乎任何一种人类语言中的字符,并且会稳定显示。

+
+ +

 了解更多

+ +

常识

+ + -- cgit v1.2.3-54-g00ecf