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

incorrect word search #117

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

I have this text:

recommença-t-il a-t-il

In the word tab, I select «hyphenated» -> I see «a-t-il»

Now if I double click on it, it goes to «recommença-t-il» instead of «a-t-il».

In the find tab, the regex looks good and "whole words" is also selected. It seems that "good words" doesn't recognize "ç" as a valid letter.

It's probably another locale problem.

tallforasmurf commented 11 years ago

commit 7416746