From: Russ Allbery
Date: Sun, 6 Jul 2008 01:37:08 +0000 (-0700)
Subject: Add a definitions section for ASCII and UTF-8
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24621e7ec801eb680ee7ff2d1d53adacb72d5272;p=debian%2Fdebian-policy.git
Add a definitions section for ASCII and UTF-8
---
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.
+
+
+
+