Closed willox closed 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).
utf8
The 1 was making it leak due to a leaky ansi -> utf8 conversion
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