From 9fcf006eaf45240782a944a517acc81606ca01e5 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Thu, 11 Sep 2008 15:49:11 +0200 Subject: [PATCH] ucw docs: update basecode ASCII is only 7bits, this uses all 8. Referencing a comment at the top of .c file. --- ucw/doc/basecode.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ucw/doc/basecode.txt b/ucw/doc/basecode.txt index 94b4102e..6741470e 100644 --- a/ucw/doc/basecode.txt +++ b/ucw/doc/basecode.txt @@ -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`). - <> - <> -- 2.39.2