From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/usvstring/index.html | 40 ----------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 files/fr/web/api/usvstring/index.html (limited to 'files/fr/web/api/usvstring/index.html') diff --git a/files/fr/web/api/usvstring/index.html b/files/fr/web/api/usvstring/index.html deleted file mode 100644 index fc7d4ab42a..0000000000 --- a/files/fr/web/api/usvstring/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: USVString -slug: Web/API/USVString -tags: - - API - - DOM - - Reference - - String - - WedIDL -translation_of: Web/API/USVString ---- -

{{APIRef("DOM")}}

- -

USVString correspond à l'ensemble de toutes les séquences possibles de valeurs scalaires unicode. USVString correspond à une {{JSxRef("String", "chaîne de caractères")}} lorsqu'elle est renvoyée en JavaScript ; elle n'est généralement utilisée que pour les API qui effectuent un traitement de texte et ont besoin d'une chaîne de valeurs scalaires unicode pour fonctionner. USVString est équivalent à {{DOMxRef("DOMString")}} sauf qu'il n'autorise pas les points de code de substitution non appariés. Les points de code de substitution non appariés présents dans USVString sont convertis par le navigateur en "caractère de remplacement" Unicode U+FFFD, (�).

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("WebIDL", "#idl-USVString", "USVString")}}{{Spec2("WebIDL")}}Définition initiale.
- -

Voir aussi

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