X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/2f59186c318eced4c75b2cd74767d13eee7899b1..09fbf4d0a21c9cad25cc3f12b1e3f365f850eb94:/codec/codec.3 diff --git a/codec/codec.3 b/codec/codec.3 index 96174f3..efc0b7e 100644 --- a/codec/codec.3 +++ b/codec/codec.3 @@ -122,6 +122,11 @@ Ignore newline (and carriage-return) characters when decoding: the default for RFC4648 codecs is to reject newline characters. If these characters are significant in the encoding, then this flag is ignored. .TP +.B CDCF_IGNSPC +Ignore whitespace characters (other than newlines) when decoding: the +default for RFC4648 codecs is to reject whitespace characters. If these +characters are significant in the encoding, then this flag is ignored. +.TP .B CDCF_IGNINVCH Ignore any other invalid characters appearing in the input when decoding.