1. add the Chinese char set in: ~/www/cgi-bin/dada/DADA: change Config.pm
- Change: $HTML_CHARSET ||= 'iso-8859-1';
- To: $HTML_CHARSET ||= 'big5';
- # $HTML_CHARSET ||= 'iso-8859-1';
- Add:
- 'Chinese Traditional (Big5) big5',
- Change: charset => 'English (en) iso-8859-1',
- To: # charset => 'English (en) iso-8859-1',
- charset => 'Traditional Chinese (Big 5) big5',
2. Configure Dada Mail front end to use Chinese as default
- Select "Sending Options" on the left panel
- Select "Advanced" on the bottom
- Change "Default Character Set of Mailings " to 'Traditional Chinese (Big 5) big5'
No comments:
Post a Comment