MelonLoader

MelonLoader

554 Downloads

[Enhancement]: Suggest to add Encoding option for the console screen

stevehkwong opened this issue ยท 1 comments

commented

Support UTF-8 Encoding in console

I am creating a mod for a local game in Asia, output in the logger does not appear correctly which requires UTF-8 as the encoding. Any asian (Korean, Chinese, Japanese) characters will be output as random figures.

commented

Console.OutputEncoding = Encoding.Unicode;

I thought Unicode was enough. Ig imma try UTF-8