-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
clarificationStandard could be clearerStandard could be clearer
Description
Currently a paragraph about it gives no idea what is "output encoding" and why it is needed:
Lines 733 to 746 in 4f549cd
| <h3 id=output-encodings>Output encodings</h3> | |
| <p>To <dfn export>get an output encoding</dfn> from an <a for=/>encoding</a> | |
| <var>encoding</var>, run these steps: | |
| <ol> | |
| <li><p>If <var>encoding</var> is <a>replacement</a> or <a>UTF-16BE/LE</a>, then return | |
| <a>UTF-8</a>. | |
| <li><p>Return <var>encoding</var>. | |
| </ol> | |
| <p class=note>The <a>get an output encoding</a> algorithm is useful for URL parsing and HTML | |
| form submission, which both need exactly this. |
It would be good to describe what it is, what problems it solves and where you should use it.
Metadata
Metadata
Assignees
Labels
clarificationStandard could be clearerStandard could be clearer