Non-unicode fonts

Questions about Wine on Linux
Locked
shmu26
Level 1
Level 1
Posts: 6
Joined: Thu Nov 22, 2018 11:17 am

Non-unicode fonts

Post by shmu26 »

I have programs that display in Hebrew, in non-unicode fonts.
With Wine, I can't even get through the installation wizard, because all the text appears as boxes.
On a Windows system, I just change system locale to Hebrew.
What about on Ubuntu 18?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Non-unicode fonts

Post by dimesio »

Have you tried running the installer with LANG=he_IL.utf8?

https://wiki.winehq.org/Testing_Languages
shmu26
Level 1
Level 1
Posts: 6
Joined: Thu Nov 22, 2018 11:17 am

Re: Non-unicode fonts

Post by shmu26 »

Thanks.
It installed, but with the error:

Me@Me-System-Product-Name:~/Downloads$ wine InstallToratEmet.exe LANG=he_IL.utf8
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadColorTbl malformed entry
0009:err:richedit:ReadStyleSheet skipping optional destination
0009:err:richedit:ReadStyleSheet skipping optional destination
0009:err:richedit:ReadStyleSheet skipping optional destination
0009:err:richedit:ReadStyleSheet skipping optional destination
Me@Me-System-Product-Name:~/Downloads$ [7188:7188:1124/193721.537417:ERROR:sandbox_linux.cc(379)] InitializeSandbox() called with multiple threads in process gpu-process.
BB^C
Me@Me-System-Product-Name:~/Downloads$

The program launches, but the text does not display right. It does not recognize the characters.
shmu26
Level 1
Level 1
Posts: 6
Joined: Thu Nov 22, 2018 11:17 am

Re: Non-unicode fonts

Post by shmu26 »

FYI the shortcut it created is called תורת אמת UNICODE.
But this program uses NON-unicode fonts. Maybe I did something wrong.
shmu26
Level 1
Level 1
Posts: 6
Joined: Thu Nov 22, 2018 11:17 am

Re: Non-unicode fonts

Post by shmu26 »

Correction: The shortcut is correct, in fact it links to the unicode version of the program.
This program has also a unicode executable, which is to be used when the regular version doesn't work, but the dev warns that the unicode version is buggy.
Locked