diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-01 01:52:39 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-01 01:52:39 +0000 |
commit | 0f8f6f360cbbbf19bd60f14974b710faad611fc4 (patch) | |
tree | 3678156d9b7e97be8902e9456fa5240aec502248 /files/zh-cn | |
parent | 014deec01edb3b0db63a822f38e33572627bb3c7 (diff) | |
download | translated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.tar.gz translated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.tar.bz2 translated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 16 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/guide/localizations_and_character_encodings/index.html (renamed from files/zh-cn/web/guide/localizations_and_character_encodings/index.html) | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index a8a1ddf3c5..c8f0a43894 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -2319,6 +2319,7 @@ /zh-CN/docs/Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages /zh-CN/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages /zh-CN/docs/Web/Guide/HTML/Using_HTML5_audio_and_video /zh-CN/docs/conflicting/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content /zh-CN/docs/Web/Guide/HTML/Using_data_attributes /zh-CN/docs/Learn/HTML/Howto/Use_data_attributes +/zh-CN/docs/Web/Guide/Localizations_and_character_encodings /zh-CN/docs/orphaned/Web/Guide/Localizations_and_character_encodings /zh-CN/docs/Web/Guide/Performance/Using_web_workers /zh-CN/docs/Web/API/Web_Workers_API/Using_web_workers /zh-CN/docs/Web/Guide/Using_FormData_Objects /zh-CN/docs/Web/API/FormData/Using_FormData_Objects /zh-CN/docs/Web/HTML/Attributes/自动完成属性 /zh-CN/docs/Web/HTML/Attributes/autocomplete diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index e9d6f5f614..4240db30b9 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -31719,14 +31719,6 @@ "fantasticfears" ] }, - "Web/Guide/Localizations_and_character_encodings": { - "modified": "2020-05-07T10:52:56.537Z", - "contributors": [ - "Ende93", - "91JOJO", - "xdsnet" - ] - }, "Web/Guide/Mobile": { "modified": "2019-03-23T23:20:37.061Z", "contributors": [ @@ -50582,6 +50574,14 @@ "leegorous" ] }, + "orphaned/Web/Guide/Localizations_and_character_encodings": { + "modified": "2020-05-07T10:52:56.537Z", + "contributors": [ + "Ende93", + "91JOJO", + "xdsnet" + ] + }, "orphaned/Web/HTML/Element/command": { "modified": "2019-03-18T20:43:33.481Z", "contributors": [ diff --git a/files/zh-cn/web/guide/localizations_and_character_encodings/index.html b/files/zh-cn/orphaned/web/guide/localizations_and_character_encodings/index.html index 5a5c2169e2..8164afecff 100644 --- a/files/zh-cn/web/guide/localizations_and_character_encodings/index.html +++ b/files/zh-cn/orphaned/web/guide/localizations_and_character_encodings/index.html @@ -1,10 +1,11 @@ --- title: 本地化和字符编码 -slug: Web/Guide/Localizations_and_character_encodings +slug: orphaned/Web/Guide/Localizations_and_character_encodings tags: - HTML - 字符编码 translation_of: Web/Guide/Localizations_and_character_encodings +original_slug: Web/Guide/Localizations_and_character_encodings --- <p>浏览器内部是以 Unicode 来处理文本的。然而,在将文本通过网络传递到浏览器时,是使用字节(字符编码)来表示字符的。<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset">HTML规范 </a>推荐使用UTF-8编码(可以代表所有的Unicode),并且无论网站要使用哪种编码,都需要其声明所使用的编码类型。</p> |