On Tue, 15 Jun 2004, Rolf Magnus wrote: > Are you sure Qt uses UFT-16 for QString? AFAIK, it uses UCS-2, which is not > the same. Correct on both accounts. Both UTF-16 and UTF-8 would require a completely different kind of string implementation. Harri.