Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor used GBK/GB18030 instead of UTF-8 to load log in Simplified Chinese #74046

Closed
SheepYhangCN opened this issue Feb 27, 2023 · 2 comments
Closed
Labels

Comments

@SheepYhangCN
Copy link
Contributor

SheepYhangCN commented Feb 27, 2023

Godot version

v4.0.rc6.mono.official

System information

Windows 11 Pro 22H2, System Language: English, Godot Editor Language: Simplified Chinese

Issue description

When the language was set to Simplified Chinese

Godot Editor Save Log File with UTF-8
image

But Editor load the log with GBK(or GB18030)
image
image

So it can't show the log correctly

To be honest, it should always be load in UTF-8 whatever any language, it is the most standard way to do

Steps to reproduce

Change Godot Editor's language to Simplified Chinese
Write some code that will make game show error
Run the game
Go to the logs
And there it is

Minimal reproduction project

N/A

@RedworkDE
Copy link
Member

Fixed by #73865
Workaround: https://superuser.com/a/1435645

@akien-mga
Copy link
Member

Duplicate of #71326

@akien-mga akien-mga marked this as a duplicate of #71326 Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants