From 088780df57d0b4d567aad175d2be3d46980b7561 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 16 Nov 2012 04:12:35 -0800 Subject: [PATCH] Improve the definition of "encoding". Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=19979 --- Overview.html | 6 +++--- Overview.src.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Overview.html b/Overview.html index 9e21c4f..bb060bf 100644 --- a/Overview.html +++ b/Overview.html @@ -170,9 +170,9 @@

3 Terminology

4 Encodings

-

An encoding defines a mapping from a code point to one or more -bytes (and vice versa). Each encoding has a name, -and one or more labels. +

An encoding defines a mapping from a code point sequence to a +byte sequence (and vice versa). Each encoding has a +name, and one or more labels.

Each encoding also has a decoder and encoder algorithm. diff --git a/Overview.src.html b/Overview.src.html index faf3cd3..c0f7a49 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -131,9 +131,9 @@

Terminology

Encodings

-

An encoding defines a mapping from a code point to one or more -bytes (and vice versa). Each encoding has a name, -and one or more labels. +

An encoding defines a mapping from a code point sequence to a +byte sequence (and vice versa). Each encoding has a +name, and one or more labels.

Each encoding also has a decoder and encoder algorithm.