viewmail.php and viewpart.php deep depends on lib/pear/Mail/mimeDecode.php and other files...
Update mimeDecode.php from 1.5.5 to 1.6.0 (dev ver) not success. http://pear.php.net/package/Mail_mimeDecode
Search found 2 matches
- 11 Dec 2014 09:33
- Forum: How-to
- Topic: Regional Subject
- Replies: 19
- Views: 21249
- 05 Dec 2014 08:22
- Forum: How-to
- Topic: Regional Subject
- Replies: 19
- Views: 21249
Re: Regional Subject
Migration from CP1252 ISO 8859-1 Latin-1 to UTF-8 | Миграция
I add to my.cnf
[mysqld]
character-set-server = utf8
collation-server = utf8_unicode_ci
# from tools https://github.com/mailwatch/1.2.0/tree/master/tools/UTF8_Database
# from file upgrade_mysql_db_to_utf8.sql
mysql -u mailwatch -p ...
I add to my.cnf
[mysqld]
character-set-server = utf8
collation-server = utf8_unicode_ci
# from tools https://github.com/mailwatch/1.2.0/tree/master/tools/UTF8_Database
# from file upgrade_mysql_db_to_utf8.sql
mysql -u mailwatch -p ...