UTF-8 Encoding

From OpenCA::Wiki

Problem Description

The data retrieved from the DB is not handled as UTF-8. This results in badly displayed lists and item values in the UI.

Solution

To solve the problem, you need to update the DBI.pm module as follows. First download the module from here (http://ftp.openca.org/openca-base/fixes/v1.1.0/dbi_issues). Then, simply copy the DBI.pm module in the OpenCA's perl modules directory:

   # cp DBI.pm PREFIX/lib/openca/perl_modules/perl5/OpenCA/DBI.pm

Then restart OpenCA as usual:

   # PREFIX/etc/init.d/openca restart