I am using email-ext plugin in my job to send the generated TestNG report via email. I have some Japanese characters in the generated emailable-report.html.
My email-ext plugin config looks like this:
But when received the email, all the Japanese characters in the emailable-report.html report doesn't show as expected.Instead, they show like this:
I searched google but don't find anywhere I can set the encoding. Does anybody know what the problem is?
BTW: In Manage Jenkins-->Configure System-->E-mail Notification--Charset, I've already set the value to 'utf-8'.
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8">
, so i know it is coming across as UTF-8. Did you confirm your client email app has the proper language pack, or ability to display japanese characters? – Greg