Show utf8 characters in report

Stimulsoft Reports.Flex discussion
Locked
dennislee
Posts: 14
Joined: Tue Apr 02, 2013 5:41 am

Show utf8 characters in report

Post 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?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Show utf8 characters in report

Post 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.
Locked