Topic: Can't read/save Polish characters
I installed Polish language and English (US) language. However, no matter which language I set, I can't save Polish characters.
For example, in "Add and Manage Customers", if the customer name contains a Polish character, there will be errors after I press 'Add Customer' - Errors say:
The customer name cannot be empty.
/home1/dragon/public_html/dragondb/includes/ui/ui_msgs.inc:14: trigger_error('The customer name cannot be empty.','256')
/home1/dragon/public_html/dragondb/sales/manage/customers.php:42: display_error('The customer name cannot be empty.')
/home1/dragon/public_html/dragondb/sales/manage/customers.php:84: can_process()
/home1/dragon/public_html/dragondb/sales/manage/customers.php:142: handle_submit('')
I also tried updating records on the back-end tables through PhpMyAdmin. The Polish characters can be saved at the back-end tables. However, after I wanted to view it in the frontaccounting system again, those characters became '???' again.
What should I do to solve this?