On Wed, Dec 04, 2002 at 04:06:25PM +0100, Jean-Marc Lasgouttes wrote:

> Juergen> Jean-Marc, are you intending to fix the umlaut/ß-Problem as
> Juergen> well?
> 
> I would not know how to do it... I just did the easy part.

I't's easy. in operator== you need something like :

        if (r2.key() == Qt::Key_unknown) {
                string symb = qtext_to_symb(r2.text());
                return r1.text() == symb.c_str();
        }

        return r1.key() == r2.key();

where qtext_to_symb has :

        if (text == "Ä") return "Adiaresis";

Juergen, if you have trouble trying this, tell me, and I'll commit a
"framework" patch doing it. I can't test it obviously

regards
john
-- 
"Trolls like content too."
        - Bob Abooey, /.

Reply via email to