willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
28 stars 32 forks source link

Get string id fix #12

Closed willox closed 3 years ago

willox commented 3 years ago

The param is called utf8 but is really some sort of i8 where a negative value auto-detects an encoding and 0 is just normal utf-8 (probably).

The 1 was making it leak due to a leaky ansi -> utf8 conversion