Georg Baum wrote:

There is something with the byte order I don't understand. I just found out that with the iconv on my little endian linux box UCS-4 == UCS-4BE. That means that the bytes coming from iconv are in big endian byte order. This is reversed in bytes_to_ucs4:

Comments and tests on windows and Mac PPC are welcome.

The patch seems to have no effect on windows. This was expected since your discovery of iconv always using BE order.

I really think we should get rid of iconv.

Abdel.

Reply via email to