From: Michal Vaner Date: Thu, 11 Sep 2008 13:49:11 +0000 (+0200) Subject: ucw docs: update basecode X-Git-Tag: holmes-import~311 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9fcf006eaf45240782a944a517acc81606ca01e5;p=libucw.git ucw docs: update basecode ASCII is only 7bits, this uses all 8. Referencing a comment at the top of .c file. --- 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`). - <> - <>