Hi All,
Have stored sample data in English, French and Chinese in xml (tried with encoding utf-8, utf-16, GB18030 etc.) Reading it through a c#.net function. Accessing the function in crystal report 10.
Loading as follows:
XmlDocument doc = new XmlDocument();
doc.Load("C:/dataDict.xml");
In the crystal report, English and French data are read from xml file and displayed. But the Chinese data is displayed as ????? in crystal report. I tried to change the conditional font for that field in CR10 using "SimSun". But still it displays ????.
Any clues, appreciated!
thanks
saj
Have stored sample data in English, French and Chinese in xml (tried with encoding utf-8, utf-16, GB18030 etc.) Reading it through a c#.net function. Accessing the function in crystal report 10.
Loading as follows:
XmlDocument doc = new XmlDocument();
doc.Load("C:/dataDict.xml");
In the crystal report, English and French data are read from xml file and displayed. But the Chinese data is displayed as ????? in crystal report. I tried to change the conditional font for that field in CR10 using "SimSun". But still it displays ????.
Any clues, appreciated!
thanks
saj