https://bugs.winehq.org/show_bug.cgi?id=47506
Bug ID: 47506 Summary: The width of wineconsole text space is too long even on clean install. Product: Wine Version: 4.12.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: natural7530@gmail.com Distribution: ---
Created attachment 64893 --> https://bugs.winehq.org/attachment.cgi?id=64893 wineconsole window
The width of text space is too long.
I have clean installed kubuntu 19.04, winehq-devel and wine-devel-amd64 from here: (https://wiki.winehq.org/Ubuntu).
https://bugs.winehq.org/show_bug.cgi?id=47506
natural7530@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Severity|minor |trivial
https://bugs.winehq.org/show_bug.cgi?id=47506
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- With clean install you also mean no existing .wine folder? What's your locale?
https://bugs.winehq.org/show_bug.cgi?id=47506
--- Comment #2 from natural7530@gmail.com --- The locale is "ko_KR.UTF-8".
Also, "clean install" means no existing .wine directory. I ran wineconsole after removing the ".wine" directory, but the result is the same.
https://bugs.winehq.org/show_bug.cgi?id=47506
--- Comment #3 from natural7530@gmail.com --- I have had this problem with previous versions of wine and other linux distributions with my locale.
https://bugs.winehq.org/show_bug.cgi?id=47506
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #4 from Sagawa sagawa.aki+winebugs@gmail.com --- Thanks for reporting. Yes, not only in Korean locale but also Chinese/Japanese locale, wineconsole is shown like the attachment. I think this is a temporary solution to avoid overlapping full-width characters.
To fix this, we should distinguish between half-width character and full-width one inside kernel32's console APIs. This is listed my to-do list for years.
If you'd like to run some applications in console window, please let us know.