How to (properly) output multilingual text in Qt-Embedded?
问题 My target system is: linux 3.3.7, Qt Embedded (open source edition) 4.8, Droid fonts (taken from fonts-droid_20111207+git-1_all.deb Debian package and copied into /usr/lib/fonts directory), Linux Framebuffer for main Qt GUI application, everything is build by Buildroot package. My test application is very simple: just one dialog box with a few static QLabel on it (one for Chinese, one for Arabic, one for Cyrillic, etc). When I run it on my linux desktop, all labels are shown correctly. But