Results 1 to 4 of 4

Thread: 4.2 Inbound mail - ISO 8859-1 - where?

  1. #1
    jang is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    12

    Default 4.2 Inbound mail - ISO 8859-1 - where?

    We use the new 4.2 version with great joy, but one problem appear in the personal mail inboxes:

    Language specific letters get this sign - "?". I assume ISO 8859-1 solve this.

  2. #2
    ahmsme is offline Member
    Join Date
    Mar 2006
    Posts
    6

    Default Re: 4.2 Inbound mail - ISO 8859-1 - where?

    Hi,

    I have the same problem, How could it be solved?

    Ahmed

  3. #3
    ymartin is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Montreal - CANADA
    Posts
    79

    Default Re: 4.2 Inbound mail - ISO 8859-1 - where?

    Same problem here ...

    Yves Martin

  4. #4
    racetech is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    51

    Default Re: 4.2 Inbound mail - ISO 8859-1 - where?

    Hi,


    If disable two lines: 1155 and 1175 of file /modules/InboundEmail/InboundEmail.php


    this:

    $file = utf8_decode($file);//cleanses encoding safely

    to:

    //$file = utf8_decode($file);//cleanses encoding safely



    for me solve the problem

    best regards

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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