I had created the program for dictionaries view. To display data about words the QTextEdit class is used. There is the problem: small rectangles is displayed instead of some transcriptions characters. For example in “plum” the transcription for “u” letter is displayed incorrect. The dictionaries code page is utf-8.
To solve this problem I had put some fonts from Linux and Windows to E:\Resource\Fonts . For example arial, times new roman, tahoma. I attempted select the other font for QTextEdit widget by QFontDialog class. The font was selected successfully but this does not solve the problem.
The english, ukrainian and russian characters are displayed normally. My program works fine on Linux and Qt-simulator. So I decided that this problem is in Symbian. What can I do? Smartphone: Nokia 5228.

Reply With Quote

