When I run the program below, where I pass that particular string to a QLineEdit, I get a bunch of errors saying:
load glyph failed err=6 face=0x9269760, glyph=22961 QFontEngine: Glyph neither outline nor bitmap format=0 QtCore.qVersion() returns "4.5.0". ------------ # coding=utf-8 import sys from PyQt4.QtGui import * app = QApplication(sys.argv) dialog = QDialog() edit = QLineEdit(u"fi あ a", dialog) dialog.exec_()
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
