Hi Corey,
I love the btnet_service very much, but at this time, it has some problem when display a bug with html content, I found that each bug (which create by btnet_service) has an attachment 'text.html' contains html content of the email, but now it has some problem relating to UTF8, as follow is the problem.
Click view on the attachment.
View the html content as follow (unicode character is fail)
Could you please show me how to correct the problem, i know a bit about code.
Thanks thanks so much,
Tuan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The attachments you posted here are not showing up. Can you email me at ctrager@yahoo.com with the attachment and I'll try to put the fix into the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Corey,
I love the btnet_service very much, but at this time, it has some problem when display a bug with html content, I found that each bug (which create by btnet_service) has an attachment 'text.html' contains html content of the email, but now it has some problem relating to UTF8, as follow is the problem.
Could you please show me how to correct the problem, i know a bit about code.
Thanks thanks so much,
Tuan
I have same problem...
"é" characters are transformed in "�"
i use also the btnet service last version
Last edit: Frédéric Paimparet 2014-09-12
Hi,
I've found the solution.
Just add a line at first of the function Page_Load() as follow:
Response.Charset = "utf-8";
Thanks,
The attachments you posted here are not showing up. Can you email me at ctrager@yahoo.com with the attachment and I'll try to put the fix into the next release.