From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/encoding_api/index.html | 57 ++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/ja/web/api/encoding_api/index.html (limited to 'files/ja/web/api/encoding_api') diff --git a/files/ja/web/api/encoding_api/index.html b/files/ja/web/api/encoding_api/index.html new file mode 100644 index 0000000000..c4b7fb9c61 --- /dev/null +++ b/files/ja/web/api/encoding_api/index.html @@ -0,0 +1,57 @@ +--- +title: Encoding API +slug: Web/API/Encoding_API +translation_of: Web/API/Encoding_API +--- +

{{DefaultAPISidebar("Encoding API")}}{{SeeCompatTable}}

+ +

Encoding API はレガシーな非{{Glossary("UTF-8")}}エンコーディングを含む様々な{{Glossary("character encoding", "文字エンコーディング")}}のテキストを扱うメカニズムを提供します。

+ +

このAPIは4つのインターフェースを提供します。それは、 {{domxref("TextDecoder")}}、 {{domxref("TextEncoder")}}、 {{domxref("TextDecoderStream")}} そして {{domxref("TextEncoderStream")}} です。

+ +

インターフェース

+ +
+ +
+ +

チュートリアルとツール

+ + + +

仕様書

+ + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("Encoding")}}{{Spec2("Encoding")}}初回定義
+ +

ブラウザーの対応

+ + + +

TextDecoder

+ +

{{Compat("api.TextDecoder")}}

+ +

TextEncoder

+ +

{{Compat("api.TextEncoder")}}

-- cgit v1.2.3-54-g00ecf