From 02337b72d73194fb713f23e524264c3d63805ca7 Mon Sep 17 00:00:00 2001 From: "John S. Urban" Date: Mon, 13 Jan 2025 23:25:43 -0500 Subject: [PATCH] errata --- docs/decode_base64.3m_strings.html | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/decode_base64.3m_strings.html b/docs/decode_base64.3m_strings.html index d9ace06a..210f9f97 100644 --- a/docs/decode_base64.3m_strings.html +++ b/docs/decode_base64.3m_strings.html @@ -104,13 +104,29 @@

OPTIONS

- + + + + + + + + + + + + -
-IGNORE_GARBAGE
  + +
TEXT
  +The data to decode +
IGNORE_GARBAGE
  when decoding, ignore all characters not in the formal base64 alphabet. This option will attempt to recover from any other non-alphabet bytes in the encoded data. -

+ + + +

OUTPUT