[erlang-questions] base64 url-safe encoding

damien morton dmorton@REDACTED
Sat Nov 15 05:59:15 CET 2008


RFC 4648 defines a "URL and Filename safe" base 64 alphabet, which
replaces '+' with '-' and '/' with '_'.

Would anyone have any objections if I added support for this into the
base64 module?

I'm adding in safe_encode(), safe_decode(), safe_encode_to_string(),
and safe_decode_to_string() functions.

How should I submit my patch?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081115/3af6c020/attachment.htm>


More information about the erlang-questions mailing list