plugins charset transfer to utf8

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
jay
Posts: 1
Joined: 08 Nov 2018, 06:46

plugins charset transfer to utf8

Post by jay »

Hi :
my mantis env as below:
MYSQL : 5.7.23
PHP version: 5.6.38
mantis version : 2.18.0
my problem is out mail system charset is big5 and when we parse mail from mail server to UTF-8 database , all subject and content is garbled
Please help how to transfer big5 charset to utf-8 database.thanks!!
error message as below
======================================================================
Start checking all mailboxes:
Message: Charset not supported: big5
Message: Charset not supported: big5
Message: Charset detection failed on: <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: plugins charset transfer to utf8

Post by SL-Gundam »

This might fix it

https://github.com/mantisbt-plugins/Ema ... 6ff59f6411

Please let me know the results
Post Reply