Show utf8 characters in report
Posted: Tue Aug 20, 2013 8:52 am
Have a MySQL table with an employee name field defined character set as 'utf8' and collation name as 'utf8_unicode_ci'. Written a Flex application to create a row with Chinese employee name. Everything works fine. However, when create a Stimulsoft report with this field, the Chinese characters are incorrectly displayed. In the report, the connection is server=localhost;port=3306;database=org;uid=root;pwd=; the select statement is select * from employee where iddAccount={flexIddAccount}
The employee name with Chinese character utf8 encoded stored is wrongly displayed with some special characters whereas in my written Flex application, displayed correctly. If there any setting that I should do in Stimulsoft report to handle utf8 encoded data?
The employee name with Chinese character utf8 encoded stored is wrongly displayed with some special characters whereas in my written Flex application, displayed correctly. If there any setting that I should do in Stimulsoft report to handle utf8 encoded data?