Skip to content

Commit

Permalink
Improve the definition of "encoding".
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 16, 2012
1 parent 8001dcb commit 088780d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Overview.html
Expand Up @@ -170,9 +170,9 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>

<h2 id="encodings"><span class="secno">4 </span>Encodings</h2>

<p>An <dfn id="encoding">encoding</dfn> defines a mapping from a code point to one or more
bytes (and vice versa). Each <a href="#encoding">encoding</a> has a <dfn id="name">name</dfn>,
and one or more <dfn id="label" title="label">labels</dfn>.
<p>An <dfn id="encoding">encoding</dfn> defines a mapping from a code point sequence to a
byte sequence (and vice versa). Each <a href="#encoding">encoding</a> has a
<dfn id="name">name</dfn>, and one or more <dfn id="label" title="label">labels</dfn>.

<p>Each <a href="#encoding">encoding</a> also has a <dfn id="decoder">decoder</dfn> and
<dfn id="encoder">encoder</dfn> algorithm.
Expand Down
6 changes: 3 additions & 3 deletions Overview.src.html
Expand Up @@ -131,9 +131,9 @@ <h2>Terminology</h2>

<h2>Encodings</h2>

<p>An <dfn>encoding</dfn> defines a mapping from a code point to one or more
bytes (and vice versa). Each <span>encoding</span> has a <dfn>name</dfn>,
and one or more <dfn title=label>labels</dfn>.
<p>An <dfn>encoding</dfn> defines a mapping from a code point sequence to a
byte sequence (and vice versa). Each <span>encoding</span> has a
<dfn>name</dfn>, and one or more <dfn title=label>labels</dfn>.

<p>Each <span>encoding</span> also has a <dfn>decoder</dfn> and
<dfn>encoder</dfn> algorithm.
Expand Down

0 comments on commit 088780d

Please sign in to comment.