peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Tagging with accentuated chars #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use keyboard tagging on a picture
2. Get an accentuated in your tags tree - let say "éléphant"
3. Select a picture (with an elephant)
4. Start typing "élé"

What is the expected output? What do you see instead?
tag "éléphant" should be proposed. It is not.

What version of the product are you using? On what operating system?
svn r307 on Mandriva Linux 2010.1

Please provide any additional information below.
Need to type "ele" to get "éléphant" showing up in drop down select.

Original issue reported on code.google.com by antonin....@gmail.com on 14 Sep 2010 at 2:18

GoogleCodeExporter commented 8 years ago
I believe this stems from the commented line #72 in commongtk.py: 

    #~ s=s.encode('ascii','ignore')

It got commented in r300, but I don't know whether it was voluntarily or by 
mistake. 

Simply uncomment it and it should work as expected. 

Original comment by chartier...@gmail.com on 21 Sep 2010 at 2:53

GoogleCodeExporter commented 8 years ago
That's it, well done.
I just hope this will not awaike an old bug.

Original comment by antonin....@gmail.com on 21 Sep 2010 at 3:08

GoogleCodeExporter commented 8 years ago
I don't think so, I had made and tested the patch for r300 with that line 
uncommented and it seemed to work fine. I suppose it got commented by mistake 
when the patch was applied, but you could check with manatlan about it. 

Original comment by chartier...@gmail.com on 22 Sep 2010 at 9:35

GoogleCodeExporter commented 8 years ago
closed in r308

Original comment by manat...@gmail.com on 11 Oct 2010 at 6:00