pystitch / stitch

Write reproducible reports in Markdown
https://pystitch.github.io
MIT License
441 stars 13 forks source link

BUG: SVG non-ascii characters #60

Closed TomAugspurger closed 7 years ago

TomAugspurger commented 7 years ago

encode as utf-8 before base64 encoding. Still decode as ascii, since b64 is ascii.