[parrot/parrot] 7bb6f3: [GH #813, #814] New implementation of encode_base6...

GitHub noreply at github.com
Mon Oct 1 17:44:07 UTC 2012


  Branch: refs/heads/rurban/mime-base64-utf8-take2-gh813+gh814
  Home:   https://github.com/parrot/parrot
  Commit: 7bb6f30999e745ff059ca02191e7101ecd2c8e73
      https://github.com/parrot/parrot/commit/7bb6f30999e745ff059ca02191e7101ecd2c8e73
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M runtime/parrot/library/MIME/Base64.pir
    M t/library/mime_base64.t
    A t/library/mime_base64u.t

  Log Message:
  -----------
  [GH #813, #814] New implementation of encode_base64, add 2nd arg to decode_base64

encode_base64 uses now a sliding buffer to hold multi-byte overshoots.
decode_base64(str, ?:encoding) for easier decoding.

This does not work yet





More information about the parrot-commits mailing list