yishn / tikzcd-editor

A simple visual editor for creating commutative diagrams.
https://tikzcd.yichuanshen.de/
MIT License
1.86k stars 100 forks source link

Unicode support #26

Closed youqad closed 5 years ago

youqad commented 5 years ago

The functions btoa and atob used for the encoding to get the link don't support unicode, which is a pity since MathJax does 😅
Here is a fix (tested locally, it works like a charm) which supports unicode.

yishn commented 5 years ago

Interesting... I didn't know atob and btoa do not support UTF-8. Thank you very much for the pull request!

youqad commented 5 years ago

You're welcome!