godotjs / javascript

Javascript binding for godotengine
https://godotjs.github.io/
MIT License
963 stars 84 forks source link

fix: unicode parsing error by using `utf8()` instead of `ascii()` #199

Closed nmerget closed 6 days ago

nmerget commented 6 days ago

fix: unicode parsing error by using utf8() instead of ascii()

closes #186