Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Angus Leeming writes: | > | Sorry, don't follow. | > Ahh so you created one more. | | ;-) It wasn't exactly rocket science though. | | > | return iconv_convert<char>("UTF-8", "UCS-4-INTERNAL", in); | > No such encoding. "UCS-4" is supposed to do just that, use the default | > endianess on the box. | | Maybe. But http://www.gnu.org/software/libiconv/ *does* talk about | UCS-4-INTERNAL, so I'm a little suprised.
That is a web-site... 'iconv --list' should be more accurate. | One thing to check is that Qt uses the default endianess of the box | and isn't hard-coded to UCS-2LE. If it is not use the default endianess on the box, then I'd presume they would have problems with fonts etc. -- Lgb