How to print Chinese text in xml reports [message #468323] |
Thu, 29 July 2010 12:40 |
techno
Messages: 44 Registered: October 2003
|
Member |
|
|
Hi,
We have a requirement of developing a custom report in which customer details need to be printed. In the instance,for few customers, the name and address is stored in chinese text.
Now the requirement is the report should display the customer name as it is in database. (Either English or Chinese text as in Database)
When we tried to build this report through XML publisher, the generation of xml fails saying "invalid character". But the query returns correctly in both English and Chinese.
Do we need to do any setup?
Please suggest us on how to resolve this issue.
Thanks and regards
Techno
|
|
|
|
|
Re: How to print Chinese text in xml reports [message #470782 is a reply to message #468509] |
Tue, 10 August 2010 13:52 |
AshishRaj
Messages: 12 Registered: August 2010
|
Junior Member |
|
|
Two step process..
1) Design a simple data template to generate the XML in correct structure. Data Template will generate the XML data in UTF-8 format, that will take care of your NON-English data.
2) Design the RTF template based on your XML Structure. Upload the template to BI Publisher. Generate the xliff. Try to auto generate the translation or add translation and apply the xliff as well. This will provide you the layout translation for desired language.
|
|
|
|
|