How to convert Unicode to ANSI code in linux
As the thread title, is there any unicode to ansi converter in linux ?
My probelm is I feed XML document some multibye characters in it into my program with Unicode Style. The parsing tools is Xerces. But in my program all data is ansi. I need to convert those myltibyte characters from unicode to ansi for consistance with my program data. I don't kone how to do that in linux?? Please help me.
:)
