Skip to content

Add support for both UTF8 and UTF16

Compare
Choose a tag to compare
@Grub4K Grub4K released this 16 May 08:45
· 20 commits to main since this release
Fix support for both UTF8 and UTF16

Dont cast to char and append directly, but instead use `Encoding` class to convert the data in the buffer.
Also set Console output to UTF8 mode for cases where it outputs UTF8 but isnt set yet