NetLogo / Tortoise

Compiler and runtime engine for NetLogo models that runs in JavaScript 🐢
https://netlogoweb.org
Other
56 stars 27 forks source link

Encode extension: Use UTF-8 encodings, not UTF-16 ones #232

Closed TheBizzle closed 2 years ago

TheBizzle commented 2 years ago

This is a PR to fix #229. I'm seeking review mainly because I don't feel amazing about my polyfill for TextDecoder.decode. Let me know you would like something else done with that.