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/ja | |
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/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 14 | ||||
-rw-r--r-- | files/ja/orphaned/web/guide/localizations_and_character_encodings/index.html (renamed from files/ja/web/guide/localizations_and_character_encodings/index.html) | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 154923052d..b407f2a6f4 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4613,6 +4613,7 @@ /ja/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /ja/docs/orphaned/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /ja/docs/Web/Guide/HTML/Introduction /ja/docs/Learn/HTML/Introduction_to_HTML /ja/docs/Web/Guide/HTML/Obsolete_things_to_avoid /ja/docs/conflicting/Learn/HTML/Introduction_to_HTML +/ja/docs/Web/Guide/Localizations_and_character_encodings /ja/docs/orphaned/Web/Guide/Localizations_and_character_encodings /ja/docs/Web/Guide/Performance/Using_web_workers /ja/docs/Web/API/Web_Workers_API/Using_web_workers /ja/docs/Web/Guide/User_experience/Using_the_Page_Visibility_API /ja/docs/Web/API/Page_Visibility_API /ja/docs/Web/Guide/Using_FormData_Objects /ja/docs/conflicting/Web/API/FormData/Using_FormData_Objects diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index bd93f7770c..be730f20a5 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -33960,13 +33960,6 @@ "silverskyvicto" ] }, - "Web/Guide/Localizations_and_character_encodings": { - "modified": "2020-09-18T02:40:01.125Z", - "contributors": [ - "morinokami", - "silverskyvicto" - ] - }, "Web/Guide/Mobile": { "modified": "2020-03-07T14:24:28.388Z", "contributors": [ @@ -52718,6 +52711,13 @@ "Potappo" ] }, + "orphaned/Web/Guide/Localizations_and_character_encodings": { + "modified": "2020-09-18T02:40:01.125Z", + "contributors": [ + "morinokami", + "silverskyvicto" + ] + }, "orphaned/Web/HTML/Element/command": { "modified": "2020-10-15T21:25:54.776Z", "contributors": [ diff --git a/files/ja/web/guide/localizations_and_character_encodings/index.html b/files/ja/orphaned/web/guide/localizations_and_character_encodings/index.html index 2ac71992d7..d0b80151b3 100644 --- a/files/ja/web/guide/localizations_and_character_encodings/index.html +++ b/files/ja/orphaned/web/guide/localizations_and_character_encodings/index.html @@ -1,7 +1,8 @@ --- title: ローカライゼーションと文字エンコーディング -slug: Web/Guide/Localizations_and_character_encodings +slug: orphaned/Web/Guide/Localizations_and_character_encodings 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">HTML 仕様</a>では、UTF-8 エンコーディング (これはすべての Unicode を表すことができます) の使用を推奨しています。使用されるエンコーディングにかかわらず、Web コンテンツがどのエンコーディングを使用するかを宣言する必要があります。</p> |