📝 update doc about enabling 65001 code page

This commit is contained in:
ValKmjolnir
2024-05-22 20:02:37 +08:00
parent 971583b1c7
commit 6a155f56e5
2 changed files with 17 additions and 1 deletions

View File

@@ -117,6 +117,14 @@ if (os.platform()=="windows") {
}
```
Or use `std.runtime.windows.set_utf8_output()`:
```javascript
use std.runtime;
runtime.windows.set_utf8_output();
```
## __Difference Between Andy's and This Interpreter__
![error](./doc/gif/error.gif)