axos88 / rainloop-plugin-vacation-settings-tab

MIT License
0 stars 2 forks source link

encoding problems #5

Open ftoledo opened 8 years ago

ftoledo commented 8 years ago

The use set the vacation message but the database value have incorrect enconding

i attach how to i see in postfixadmin:

postfix admin - mail catanese com ar 2015-12-02 17-50-16

how to can i force specific encoding?

axos88 commented 8 years ago

What is the encoding on your database?

ftoledo commented 8 years ago
mysql> show create database postfix;
+----------+--------------------------------------------------------------------+
| Database | Create Database                                                    |
+----------+--------------------------------------------------------------------+
| postfix  | CREATE DATABASE `postfix` /*!40100 DEFAULT CHARACTER SET latin1 */ |
+----------+--------------------------------------------------------------------+
1 row in set (0.00 sec)
axos88 commented 8 years ago

can you try utf8 instead? not sure if that means dropping and recreating the database in mysql - i'm using postgres only