| Issue 33: | Accents are not displayed properly | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Open marave 2. Write something with an accent like "Hola, cómo te va?" What is the expected output? What do you see instead? The accent should appear on top of the vocal, insteads appears as a different character. The same happens with umlaut (ü). What version of the product are you using? On what operating system? Marave 0.4.1 - Ubuntu Karmic Koala
Feb 9, 2010
#1
andresgattinoni
Feb 9, 2010
Verified. It happens with gtk+ style but not with oxygen, so it seems to fail if the editor is a QGraphicsWidget instead of a regular QWidget. I knew that would break stuff :-)
Status:
Accepted
Feb 9, 2010
This looks like this Qtbug: http://qt.nokia.com/developer/task-tracker/index_html? method=entry&id=219928 But... I can't reproduce it in C++ anymore. I need to write some test cases.
Feb 9, 2010
Can't reproduce it in a simple PyQt script either, so it seems I must be doing something weird.
Feb 9, 2010
aha! Try right-alt+a ... I get á that way!
Feb 9, 2010
I get æ
Feb 9, 2010
Ok, we probably don't have the exact same keymap
Feb 9, 2010
Sure, it is fixed, I say. I just had to comment a line! To figure out that was the problem, I had to do the freaking HAL 9000 treatment! I nullified every method of mainwidget, then commented 95% of the lines in mainwidget.__init__ and then when I commented that completely non-threatening line... it worked. Debugging with a magical axe, I call it. |