Can you add support for unicode characters in layer description? Right now it raises following error when "Download SVG" is clicked: > LeNet.html:371 Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range. > at HTMLAnchorElement.<anonymous> (http://alexlenail.me/NN-SVG/LeNet.html:371:63) > at HTMLAnchorElement.<anonymous> (https://d3js.org/d3.v5.min.js:2:10935) I found [this](https://stackoverflow.com/questions/23223718/failed-to-execute-btoa-on-window-the-string-to-be-encoded-contains-characte) solution online: `btoa(unescape(encodeURIComponent(str)))`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Pavo98 and has received 4 comments.