https://bugs.winehq.org/show_bug.cgi?id=39094
Bug ID: 39094 Summary: Edit control does not display correct charset Product: Wine Version: 1.7.49 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stem@stem.de Distribution: ---
Created attachment 52088 --> https://bugs.winehq.org/attachment.cgi?id=52088 image displaying the error
Hi,
I have an old application written with Borland C++ Builder/Delphi.
In this application, the edit control TEdit can display a given charset. With Wine 1.7.49, this does not work.
The attached image shows a demo application displaying this problem: on the left side Windows 7, on the right side Wine 1.7.49 (under Linux Mint 17.1). The charset of the five components is "EASTEUROPE_CHARSET". The yellow rectangle shows the problem with wine.
P.S. As TButton is a wrapper around a Windows control, the charset does not work. Read for example: http://stackoverflow.com/questions/4829646/font-charset-and-tbutton But I think that does not affect the problem with the edit control.
Thank you
stem