Abdelrazak Younes wrote: > By the way, around section 6.2 of the UserGuide there are some accent > characters which are bigger than 65536.
Which ones? I suspect that something is going wrong there. > Shall I add an assertion for > those cases? Yes. Then you make it clear that the qt4 frontend can only handle ucs2. That is better than silently doing nonsense, although it is of course ridiculous that we jump through all these hoops to support ucs4 in the core and then it is not possible to use that. Georg PS: magic numbers are evil