Page 1 of 1

plugins charset transfer to utf8

Posted: 09 Nov 2018, 01:19
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">

Re: plugins charset transfer to utf8

Posted: 09 Nov 2018, 15:45
by SL-Gundam
This might fix it

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

Please let me know the results