On Tue, Aug 22, 2006 at 10:44:21AM +0200, Abdelrazak Younes wrote: > I proposed to use ucs2 conditionally at compile time to avoid the above > conversion but Lars is furiously against that. I really don't know how > we are going to represent an ucs4 characters on screen with Qt4 so I > don't see the reason to use that. Or is there a way to do that?
UCS-4 -> UCS-2 conversion should not be noticable compared to displaying the result on screen. In theory at least. So using UCS 4 internally unconditionally does not sound wrong. Andre'