[PyQt] Display of Japanese Characters on Mac

Ullrich Martini mailbox at ullrich.martini.name
Fri Dec 17 09:11:26 GMT 2010


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_()



More information about the PyQt mailing list