-
Bug
-
Resolution: Fixed
-
1.14.32.1
-
None
-
Windows 10, standard en-US locale
-
Confirmed
-
338993
Windows uses utf-16, so C standard library to read stdio won't work for non-ASCII characters. Maybe it's better to replace it with ReadConsoleW function specifically for windows or place a notice in "how to" that windows computer must be using utf-8 locale specified in the control panel in order to pass unicode messages to /say command, etc.