TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

wrong characters while using sandboxed extensions #112

Closed HydroGest closed 1 year ago

HydroGest commented 1 year ago

Expected Behavior

Load custom extensions from URLs, then show the characters correctly.

Actual Behavior

The extension has need successfully loaded, but the Chinese characters could not display normally.

pSFH3RK.jpg

Steps to Reproduce

Load Custom Extensions. Url

GarboMuffin commented 1 year ago

The VM supports CJK characters just fine:

image

The most likely explanation is that the file was saved with the wrong encoding or the server is using the wrong encoding. It should be UTF-8

GarboMuffin commented 1 year ago

Turns out they were just broken in the sandbox. They will work in the next update.