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/usvstring/index.html | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/ja/web/api/usvstring/index.html (limited to 'files/ja/web/api/usvstring') diff --git a/files/ja/web/api/usvstring/index.html b/files/ja/web/api/usvstring/index.html new file mode 100644 index 0000000000..948a4511ec --- /dev/null +++ b/files/ja/web/api/usvstring/index.html @@ -0,0 +1,40 @@ +--- +title: USVString +slug: Web/API/USVString +tags: + - API + - DOM + - Reference + - String + - WebIDL +translation_of: Web/API/USVString +--- +

{{APIRef("DOM")}}

+ +

USVString は、Unicode スカラー値(unicode scalar values)のすべての可能なシーケンスの集合に対応します。 USVString は、JavaScript で返されると {{JSxRef("String")}} にマップされます。 通常、テキスト処理を実行し、操作するために Unicode スカラー値の文字列が必要な API にのみ使用されます。 USVString は、対になっていないサロゲートコードポイント(surrogate codepoints)を許可しないこと以外は {{DOMxRef("DOMString")}} と同じです。 USVString にある対になっていないサロゲートコードポイントは、ブラウザーによって Unicode の置換文字(replacement character)U+FFFD (�) に変換されます。

+ +

仕様

+ + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName("WebIDL", "#idl-USVString", "USVString")}}{{Spec2("WebIDL")}}初期定義
+ +

関連情報

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