‎2009 Jan 20 3:57 PM
Hi Expert,
I have issue on programs that have logic to create XML.
In all program, we use set_encoding UTF-8 to force the encoding.
However, it will only affect those programs that use render_2_string method while for programs that use render_2_xstring the encoding will always be defaulted to UTF-16 (ECC 6.0 Unicode system) or ISO***(4.7 non unicode system).
What is the difference between using render_2_string and render_2_xstring to encoding of the XML?
Is it ok for me to use render_2_string in all programs so I can overwrite the default encoding with UTF-8?
Thank you.
Regards,
Abraham
‎2009 Sep 16 6:29 AM