-
Bug
-
Resolution: Incomplete
-
None
-
1.19.0
-
None
-
Windows 10 professional 21H2
windows server 2019
-
Unconfirmed
Use createprocess() to redirect the input / output stream to the anonymous pipeline for BDS. When I try to write utf8 Chinese text to the input pipeline, the response in the game is garbled. When I enter "say 测试", the game displays "[server]? μ? è ˉ? ", under normal circumstances, it should display" [server] 测试".
Strangely, if you do not redirect the input / output stream, run BDS directly in CMD and then enter "say 测试", the returned result is a normal "[server] 测试"
In 1.18.x, it is still normal. In the latest 1.19.1.01, it is like the above.I hope you can fix this problem as soon as possible.