>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Aug 19, 2002 at 12:53:12PM +0200, Jean-Marc Lasgouttes John> wrote: >> What I had in mind is that, if qt can provide some unicode >> character, then we have code in end Encoding class to convert that >> the the appropriate char. But I do not know whether this is what >> John needs. John> Tell me what function to call :) John> The event has a QString in unicode, so if it's as simple as John> something like return Encodings::convertThis(myqstring[0]) I'm John> happy :) Hmm, only Dekel could really help you, but basically an encoding has a table of 256 unicode characters. there is ucs() to do char->unicode, but it would not be difficult to add a method which does unicode->char by table lookup. It seems that my ignorance is really showing... JMarc