• # Caractères accentués

    Posté par (site web personnel) . En réponse à la dépêche Bon anniversaire Scribus !. Évalué à 6.

    De nombreuses personnes ont eu des problèmes avec les caractères accentués. Il était impossible d'en frapper un.
    Ce bug a bien fait chercher Franz Schmid. Voici le dernier message qu'il m'a envoyé :

    >>Wow, the most nasty and obscure Bug in the last 3 Months solved.
    >How have you solve this bug ?
    That was simple, once finding out what went wrong. In the code for
    reading the Keyboard was a test to exclude Chars below Acsii(32).
    There I used Qt:KeyPressEvent.ascii() for the Test. But on the qt-interest
    Mailing List I found a message reporting that this Method doesn't
    work on the latest Mandrake Distros. Now I've changed the test to
    compare Qt:KeyPressEvent.text() against QChar(32).

    Cette version se compile et fonctionne parfaitement sur Mandrake 9.0 et 9.1.