-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
The viewport title appears as garbled characters in Chinese #2261
Comments
A bit of explanation (from the corresponding Discord thread): It's an issue with how DPG configures viewport title on Windows. Quite similar to tickets #1075, #2212, and ImGui ticket #5725 (but occurs in a different place in the code). Reported to ImGui repo as #5975. Basically Until the issue is fixed, I'd recommend to use plain ASCII for the window title (yep, that restricts it to English-only text). |
#1760 (comment) ocornut/imgui@fe0a24f |
Yes, in a couple of different ways. I'm not sure yet which one should be implemented. Depends on how the build process is set up. |
Looking forward to you fixing this issue |
|
I have currently set the viewport title to Traditional Chinese. The Chinese displayed within the window is correct. However, I've noticed that the Chinese display becomes garbled in the title bar and the name when the application is minimized. Is there any way to fix this issue?
The text was updated successfully, but these errors were encountered: