georgian symbols in .wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
destroyer86
Newbie
Newbie
Posts: 3
Joined: Tue Sep 10, 2024 12:51 am

georgian symbols in .wine

Post by destroyer86 »

Hello everyone, I have a program that contains Cyrillic and Georgian characters, in Windows everything is displayed correctly, but under Wine instead of Georgian characters there are empty squares, Cyrillic is displayed correctly.

Executed the command:
> winetricks allfonts
> winetricks corefonts
it didn't bring any positive results

If you run wine notepad, the problem also appears
1.png
destroyer86
Newbie
Newbie
Posts: 3
Joined: Tue Sep 10, 2024 12:51 am

Re: georgian symbols in .wine

Post by destroyer86 »

I found a solution and partially corrected it, maybe someone will tell me where else to dig:
- In winecfg, in the Application section, I installed Windows 10
- I copied the Fonts instruction from Windows and included it along the path: /home/<home_dir>/.wine/drive_c/windows
- In the final components where input is possible (memo, editing, etc.), symbols began to be displayed correctly, but labels, etc. display the same squares. Maybe someone else can advise something else?
Last edited by destroyer86 on Tue Sep 10, 2024 1:16 pm, edited 1 time in total.
destroyer86
Newbie
Newbie
Posts: 3
Joined: Tue Sep 10, 2024 12:51 am

Re: georgian symbols in .wine

Post by destroyer86 »

Hello everyone! I search the problem of displaying Georgian text under Wine, and came to the conclusion that the text under Wine is not displayed for components that set the value using SendMessage, components that change the text through Perform display the text normally. Could anyone suggest how to solve this problem?
destroyer86
Newbie
Newbie
Posts: 3
Joined: Tue Sep 10, 2024 12:51 am

Re: georgian symbols in .wine

Post by destroyer86 »

Solution that also fixes the display: Set TStatusBar.UseSystemFont = False if the application code is available. If not, then change ToolTip Text to Custom UI via winecfg
Locked