Page 1 of 1

Show utf8 characters in report

Posted: Tue Aug 20, 2013 8:52 am
by dennislee
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?

Re: Show utf8 characters in report

Posted: Wed Aug 21, 2013 8:04 am
by Vladimir
Hello,

For MySQL database connection, the default encoding set to UTF8. Please send us a fragment of the database, we will check this issue.

Thank you.