Menu

Attachment 'text.html' has error with unicode character

Help
2014-09-11
2014-11-21
  • Tuan Nguyen

    Tuan Nguyen - 2014-09-11

    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.

    1. Click view on the attachment.

    Step 1

    1. View the html content as follow (unicode character is fail)

    Step 2

    Could you please show me how to correct the problem, i know a bit about code.

    Thanks thanks so much,
    Tuan

     
  • Frédéric Paimparet

    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
  • Tuan Nguyen

    Tuan Nguyen - 2014-09-20

    Hi,
    I've found the solution.
    Just add a line at first of the function Page_Load() as follow:
    Response.Charset = "utf-8";
    Thanks,

     
  • Corey Trager

    Corey Trager - 2014-11-21

    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.

     

Log in to post a comment.