Dear all,

Can anyone point me in direction of libraries that handle unicode strings ?

Basically I need to convert a unicode string like for example <FEFF004100420043> into a human readable sequence of chars. This string will translate to <ABC>.

The particular problem I have is to convert japanese unicode strings into japanese chars that can then be written to a file.

Thanks,

Steve Matthews