From 24621e7ec801eb680ee7ff2d1d53adacb72d5272 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 5 Jul 2008 18:37:08 -0700 Subject: [PATCH] Add a definitions section for ASCII and UTF-8 --- policy.sgml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/policy.sgml b/policy.sgml index 9e7e1fb..219664d 100644 --- a/policy.sgml +++ b/policy.sgml @@ -273,6 +273,32 @@

+ + Definitions + +

+ The following terms are used in this Policy Manual: + + ASCII + + The character encoding specified by ANSI X3.4-1986 and its + predecessor standards, referred to in MIME as US-ASCII, and + corresponding to an encoding in eight bits per character of + the first 128 characters, with the eighth bit always zero. + + UTF-8 + + The transformation format (sometimes called encoding) of + defined by + . UTF-8 has the useful property of having + ASCII as a subset, so any text encoded in ASCII is trivially + also valid UTF-8. + + +

+
-- 2.39.5