Make sure you have xml version="1.0" encoding="UTF-8" as the first line of your generated xml.
The encoding of the generated XML is ANSI [...]How can I ensure that the generated xml's are utf8 encoded?
Hello Everyone,In my current project, xml files are being generated from the tpl's. The encoding of the generated XML is ANSI. The command being used for generating this files is $pt_compiler -pt "$tplfile" -iw_pt-dcr "$dcrName" -ofile "$targetfile -oenc "utf8"To check the encoding of the file i open the file in the notepad and click on save as.How can i ensure that the generated xml's are utf8 encoded and multilingual compliant.Below is a section from the presentation templateThanks Manish
Can anyone please help me on the above issue.