[PyQt] Sorting / Normalizing Unicode text (Myanmar)

Timothy W. Grove tim_grove at sil.org
Thu Oct 13 22:09:13 BST 2016


Thanks, but this didn't really do anything for Myanmar text.


On 10/10/2016 23:57, David Cortesi wrote:
>
> Apply Python unicodedata.normalize() to all input that enters your 
> data model before it is displayed. For example do it in a QValidator 
> or on the ReturnPressed signal of a QTextEdit. (Assuming Python 3 of 
> course.)
>
> https://docs.python.org/3.5/library/unicodedata.html#module-unicodedata



More information about the PyQt mailing list