X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fbasecode.txt;h=6741470e3de7d730a16f10af93a73cad456f9036;hb=bc2926a78de3d77995b83cc69369b1aaf480968e;hp=94b4102eee13025248bc2a2771b7f2a7cb103891;hpb=4a65d555b1d57bc037b7fef9d04a611c43a44d86;p=libucw.git 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`). - <> - <>