Missing charset in edit control

Questions about Wine on Linux
Locked
stem
Level 1
Level 1
Posts: 6
Joined: Sun Jun 07, 2015 10:41 am

Missing charset in edit control

Post by stem »

Hi,

I have an old Windows application which was built with Borland C++
Builder. As this compiler doesn't know Unicode, the application uses
"charsets" (character sets). At the end of this page you can find
a list of all charsets in Borland C++ Builder/Delphi:
http://www.inter-locale.com/whitepaper/ ... kbook.html

The problem is that with Wine the charsets are not displayed in
edit controls. In tables, label components etc. everything works fine.

I've tested Wine 1.6.2 and Wine 1.7.44 with Linux Mint 17.

Is this a bug in Wine or a configuration error in my Wine instance?

Would it be a solution to use a native Windows DLL for handling the
edit control? If yes, which one?


Thank you

stem
stem
Level 1
Level 1
Posts: 6
Joined: Sun Jun 07, 2015 10:41 am

Re: Missing charset in edit control

Post by stem »

No ideas? :?:

Thank you :wink:

stem
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Missing charset in edit control

Post by dimesio »

Retest in 1.7.49 or later, and if the problem persists, file a bug.
Locked