Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.2.1
-
None
-
PyQt 5.2.1, Python 3.4.0, Ubuntu 14.04 LTS
Description
Not sure whether this it the right place to report this. I have also reported this to the pyqt mailing list.
On Python 3 only (3.4.0) and PyQt 5.2.1, QTextBrowser.toPlainText() returns a unicode (Python 3 str) string with a value that does not match the value shown in the QTextBrowser! For example, the widget shows: Text: ÷ Σ but toPlainText returns Text: ÷ £
All is well on Windows and on all platforms with Python 2.7.
Is this a known issue here?
Edward