[erlang-questions] base64 url-safe encoding

Robert Virding rvirding@REDACTED
Sun Nov 16 04:18:05 CET 2008


I see no problems with this. Send your patch to erlang-patches, you may have
to become a member first though. I personally do not see this as big enough
to warrant an EEP.

Robert

2008/11/15 damien morton <dmorton@REDACTED>

> 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?
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081116/a34f4f85/attachment.htm>


More information about the erlang-questions mailing list