Results 1 to 12 of 12

Thread: [RESOLVED] Text encoding problem

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Text encoding problem

    Quote Originally Posted by Phill64
    actually that character is included in ASCII, number 132

    no need to use UTF8
    system.web.mail uses US-ASCII, and that is only 7-bit not 8-bit.
    seems like i might need to create my own smtp class, as the transfer-encoding cannot be changed (to Base64 or other).
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  2. #2

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Text encoding problem

    i must be blind!!!

    it seems to work now using "BodyEncoding = Encoding.UTF8"


    thanks for your help anyway..
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width