From 62dd55d202094906b52d4de585c5fa9cb44b3da5 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 20 May 2022 23:15:47 +0200 Subject: reorder --- draft-schanzen-gns.xml | 107 +++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 53 deletions(-) (limited to 'draft-schanzen-gns.xml') diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml index 323cfdd..d3c56c1 100644 --- a/draft-schanzen-gns.xml +++ b/draft-schanzen-gns.xml @@ -3156,59 +3156,6 @@ Purpose | Name | References | Comment -
- Base32GNS - - This table defines the encode symbol and decode symbol for a given - symbol value. - It can be used to implement the encoding by reading it as: - A character "A" or "a" is decoded to a 5 bit value 10 when decoding. - A 5 bit block with a value of 18 is encoded to the character "J" when encoding. - If the bit length of the byte string to encode is not a multiple of 5 - it is padded to the next multiple with zeroes. - In order to further increase tolerance for failures in character - recognition, the letter "U" MUST be decoded to the same value as the - letter "V" in Base32GNS. - -
- -
-
Usage and Migration @@ -3584,6 +3531,60 @@ Host: 000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
+
+ Base32GNS + + This table defines the encode symbol and decode symbol for a given + symbol value. + It can be used to implement the encoding by reading it as: + A character "A" or "a" is decoded to a 5 bit value 10 when decoding. + A 5 bit block with a value of 18 is encoded to the character "J" when encoding. + If the bit length of the byte string to encode is not a multiple of 5 + it is padded to the next multiple with zeroes. + In order to further increase tolerance for failures in character + recognition, the letter "U" MUST be decoded to the same value as the + letter "V" in Base32GNS. + +
+ +
+
+
Test Vectors -- cgit v1.2.3