tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Words are not sorted according to locale #116

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

In the word tab, the words are not properly sorted if there is letters with accents. For instance I get:

effet mandibule trésor être

while I should get

effet être mandibule trésor

ppqt is started with (and if that helps, the dictionary is also set to fr):

LANG=fr_FR.utf-8 python ppqt.py

tallforasmurf commented 11 years ago

Try the one-line change I just pushed, commit 71d5987. Close issue if good, or comment. And thanks for your continuing participation!