diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/encoding_api/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/encoding_api/index.html')
| -rw-r--r-- | files/fr/web/api/encoding_api/index.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/files/fr/web/api/encoding_api/index.html b/files/fr/web/api/encoding_api/index.html deleted file mode 100644 index c6e927c6ad..0000000000 --- a/files/fr/web/api/encoding_api/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: Encoding API -slug: Web/API/Encoding_API -tags: - - API - - Encoding - - Overview - - Reference -translation_of: Web/API/Encoding_API ---- -<p>{{DefaultAPISidebar("Encoding API")}}{{SeeCompatTable}}</p> - -<p>L'<code>API Encoding</code> fournit un mecanisme de traitement de texte dans plusieurs {{Glossary("character encoding", "character encodings")}}, incluant les encodings non-{{Glossary("UTF-8")}}.</p> - -<p>L'API fournit quatres interfaces: {{domxref("TextDecoder")}}, {{domxref("TextEncoder")}}, {{domxref("TextDecoderStream")}} et {{domxref("TextEncoderStream")}}.</p> - -<h2 id="Interfaces">Interfaces</h2> - -<ul> - <li>{{DOMxRef("TextDecoder")}}</li> - <li>{{DOMxRef("TextEncoder")}}</li> - <li>{{DOMxRef("TextDecoderStream")}}</li> - <li>{{DOMxRef("TextEncoderStream")}}</li> -</ul> - -<h2 id="Tutoriels_Outils">Tutoriels & Outils</h2> - -<ul> - <li>Un <a href="http://code.google.com/p/stringencoding/">shim</a> permettant d'utiliser cette interface dans les navigateurs ne le supportant pas.</li> - <li><a href="/en-US/Add-ons/Code_snippets/StringView"><code>StringView</code></a> – une représentation de type C des chaînes basée sur des tableaux typés.</li> -</ul> - -<h2 id="Caracteristiques">Caracteristiques</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Caracteristiques</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName("Encoding")}}</td> - <td>{{Spec2("Encoding")}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilité">Compatibilité</h2> - - - -<h3 id="TextDecoder"><code>TextDecoder</code></h3> - -<p>{{Compat("api.TextDecoder")}}</p> - -<h3 id="TextEncoder"><code>TextEncoder</code></h3> - -<p>{{Compat("api.TextEncoder")}}</p> |
