|
|
2010-05-01
, 09:54
|
|
Posts: 205 |
Thanked: 159 times |
Joined on Oct 2009
|
#2
|
|
|
2010-05-01
, 16:40
|
|
Posts: 6 |
Thanked: 3 times |
Joined on Apr 2010
|
#3
|
|
|
2010-10-23
, 17:45
|
|
Posts: 85 |
Thanked: 38 times |
Joined on Sep 2010
@ Canada
|
#4
|
|
|
2010-10-23
, 18:39
|
|
Posts: 85 |
Thanked: 38 times |
Joined on Sep 2010
@ Canada
|
#5
|
|
|
2010-10-23
, 19:18
|
|
Posts: 81 |
Thanked: 45 times |
Joined on Dec 2009
|
#6
|
#!/usr/bin/python # -*- Encoding: utf-8 -*- import gtk,hildon w = hildon.Window() w.add(gtk.Label(u'سلام')) w.show_all() gtk.main()
python saalam.py
Ive been playing around with some Qt UI screens in Qt creator and wanted to try Arabic text in a text label (I need this for the application im working on). Now on my computer (Windows 7) the Arabic text displays fine in Qt Creator, however when I build and run the application on my n900 (using MADDE) I get a whole bunch of question marks instead of the Arabic characters.
Does anybody know what could be causing this? Do I need to download a special character set to display Arabic characters in Qt apps?
Any help would be appreciated.
Thanks