We're trying to make Dada Mail compatible with UTF-8 encoding.
We are probably pretty far along, but Dada Mail's support is not perfect.
We need your help, by alerting us of problems, so we can fix them.
HTML Screens refers to most everything that Dada Mail shows through your web browser, that's written in HTML.
Make sure the config variable, $HTML_CHARSET
is set to: UTF-8
. This should be the default value.
Email Messages refer to anything Dada Mail sends out, via email.
(These are per-list instructions)
In your list control panel, under, Manage List - Sending Options - Advanced make sure the following settings are set:
Set this to, UTF-8 UTF-8
Make sure this option is, CHECKED
These should be the default values.
We're not quite sure what to do with the SQL backends yet.
The current table schema in Dada Mail does not support UTF-8. We'd really appreciate some feedback on this issue.
The current support SQL backends, mysql
(MySQL), Pg
(PostgreSQL) and SQLite
all have different ways to somewhat, "enable" their UTF-8 support.
In Dada Mail's config, you may play around with this support, via the $DBI_PARAMS
variable.
add,
mysql_enable_utf8 => 1,
to the hashref. It may already be there, just commented out.
add,
pg_enable_utf8 => 1,
to the hashref. It may already be there, just commented out.
add,
unicode => 1
to the hashref. It may already be there, just commented out.
Please let us know via the Support Boards:
http://dadamailproject.com/support/boards/
Or the developer mailing list:
http://dadamailproject.com/cgi-bin/dada/mail.cgi/list/dadadev/
Thanks!