]> mj.ucw.cz Git - libucw.git/commitdiff
ucw docs: update basecode
authorMichal Vaner <vorner@ucw.cz>
Thu, 11 Sep 2008 13:49:11 +0000 (15:49 +0200)
committerMichal Vaner <vorner@ucw.cz>
Thu, 11 Sep 2008 15:51:49 +0000 (17:51 +0200)
ASCII is only 7bits, this uses all 8.
Referencing a comment at the top of .c file.

ucw/doc/basecode.txt

index 94b4102eee13025248bc2a2771b7f2a7cb103891..6741470e3de7d730a16f10af93a73cad456f9036 100644 (file)
@@ -3,7 +3,8 @@ Base64 and Base224 encodings
 
 These modules can be used to encode and decode data to and from
 base64 (described in RFC 3548) and base224 (not described in any
-standard, uses all non-control characters of ASCII).
+standard, uses all non-control characters, briefly described in
+a comment at the beginning of `ucw/base224.c`).
 
 - <<base64,Base64>>
 - <<base224,Base224>>