Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XString and String difference when rendering XML

Former Member
0 Likes
574

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

1 REPLY 1
Read only

Former Member
0 Likes
429

Not answered