Hello, I have a Unicode supported application written in Delphi 2010. I want to translate this project into the Indian language "Hindi". On Windows XP, this works well, but on XUbuntu with Wine installed on it, I only see square blocks that represent the characters. I have installed the Indi language support on XUbuntu. [Question] [Question] [Question] What am I doing wrong? [Question] [Question] [Question] Thanks in advance, Rob
Rob8900 wrote:> On Windows XP, this works well, but on XUbuntu with Wine installed on it, I only see square blocks that represent the characters.Two things: 1. Make sure your fonts have required glyphs (Wine's own fonts don't) 2. Set your locale accordingly ex: LANG=ru_RU.utf-8 wine notepad
Rob8900 wrote:> > How can I do this? Do I have to copy my arial.ttf file from Windows XP to the fonts directory of the Windows\Fonts folder of .Wine? >Yes. Or you can use winetricks to install the core fonts. http://wiki.winehq.org/winetricks
I tried with "sh winetricks allfonts", but the problem stays. Any further solutions?