We're having problems with special characters in generated reports
Special characters in report
(2 posts) (2 voices)-
-
myDBR uses UTF-8 character set. The special characters in your setup shows up in iso-8859-1 (a single two byte UTF-8 character is shown as two iso-8859-1 characters).
Make sure your PHP is set to use UTF-8 (the default_charset in php.ini). Also make sure the data in your database is correctly encoded.
--
myDBR Team
Reply
You must log in to post.