Thread
-
Re: encode/decode support for base64url
David E. Wheeler <david@justatheory.com> — 2025-07-29T13:20:00Z
On Jul 29, 2025, at 08:25, Daniel Gustafsson <daniel@yesql.se> wrote: > The attached version also adds a commit message, tweaks the documentation along > with a few small changes to error message handling etc. This looks great. One nit my editor noticed: This line: +-- Round-trip test for all lengths from 0–4 Uses U+2013 "–" but maybe we want ASCII character U+002d "-". Best, David