On Mon, Oct 28, 2002 at 05:36:57PM +0000, John Levon wrote: > On Mon, Oct 28, 2002 at 07:08:45PM +0200, Dekel Tsur wrote: > > > > Why does it not "just work" ? What are we doing differently from other > > > Qt programs ? > > > > Other programs uses unicode internally (QString). > > So to get this working, we'd need to implement Qt's translation system, > and use QString everywhere ? Or use unicode everywhere ?
We just need some unicode representation. The translation to/from QString will be done only at the frontend code.