[PyQt] Display of Japanese Characters on Mac
Hans-Peter Jansen
hpj at urpla.net
Fri Dec 17 16:58:19 GMT 2010
On Friday 17 December 2010, 10:11:26 Ullrich Martini wrote:
> Hello,
> this sample also doesn't display japanese. Same syndrome as I
> described before. best regards,
> Ullrich
Then I've no idea, what could be the difference to Qt here.
You might need to produce a step by step guidance, that Phil is able to
reproduce without knowing anything about japanese characters (are those
called cards?), e.g.
* how to switch the input method back and force
* what keys have to be pressed on a us/uk keyboard
* what card/character is to be expected/what's wrong
in order to reproduce the discrepancy of Qt/PyQt.
I'm sure, that Phil will look into it sooner or later..
Pete
> 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_()
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list