Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
output unicode characters to PyQt5 QPlainTextEdit widget
-
I am using Python 3.6.9 on my Ubuntu 18.04 host. I have also installed PyQt5 version 5.10.1. I want to display unicode characters (focus on Indic Language characters) in the QPlainTextEdit widget. Any pointers to achieve my objective is much appreciated.
-
Hi and welcome to devnet,
Are you using a font that can show these characters ?
-
@indicsrini said in output unicode characters to PyQt5 QPlainTextEdit widget:
QPlainTextEdit
Perhaps this will resolve your issue -- https://stackoverflow.com/questions/39040732/pyqt-and-qtextedit-why-are-some-unicode-characters-are-shown-others-not
However I believe this question was asked before and answered on this forum as well