spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
544 stars 133 forks source link

fix using cyrillic in amplifier fields #235

Closed yevhenii-username closed 4 years ago

yevhenii-username commented 4 years ago

Replace window.btoa(this.asSVG()) to window.btoa(unescape(encodeURIComponent(this.asSVG()))) Issue: https://github.com/spatialillusions/milsymbol/issues/234

spatialillusions commented 4 years ago

A bit confused here, did you remove the returnthen the function wont return anything... Did you build the code and test this?

yevhenii-username commented 4 years ago

Sorry. It was my mistake. I update method and run tests. All passed.

spatialillusions commented 4 years ago

Thank you.