Hello, this sample also doesn't display japanese. Same syndrome as I described before. best regards, Ullrich Am 16.12.2010 um 22:38 schrieb Hans-Peter Jansen: > #!/usr/bin/env python > from PyQt4 import QtGui > app = QtGui.QApplication([]) > win = QtGui.QTextEdit() > win.show() > app.exec_()