test(3p/lisp/mime4cl): test decoding RFC2047 examples
Change-Id: I32abb00e8cec697adb45b9a175cd753e807d33d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8588 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
8fa67a0d6f
commit
7f99eb44a5
3 changed files with 22 additions and 2 deletions
2
third_party/lisp/mime4cl/endec.lisp
vendored
2
third_party/lisp/mime4cl/endec.lisp
vendored
|
|
@ -650,7 +650,7 @@ sequence, a charset string indicating the original coding."
|
|||
|
||||
(defun decode-RFC2047 (text)
|
||||
"Decode TEXT into a fully decoded string. Whenever a non ASCII part is
|
||||
encountered, try to decode it using babel, otherwise signal an error."
|
||||
encountered, try to decode it using flexi-streams, otherwise signal an error."
|
||||
(flet ((decode-part (part)
|
||||
(etypecase part
|
||||
(cons (flexi-streams:octets-to-string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue