Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-912

mail body is badly quoted-printable encoded => accents issues

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.1.5
    • 2.1.4
    • API
    • None
    • sun jdk 1.6.0_26

    Description

      src/grouper/edu/internet2/middleware/grouper/util/GrouperEmail.java does:

      message.setContent(this.body, "text/plain");

      which is should be

      message.setContent(this.body, "text/plain; charset=utf-8");

      otherwise the accents are broken


      Content-Type: text/plain; charset=UTF-8
      Content-Transfer-Encoding: quoted-printable

      Test =E9


      when it should be

      Test =C3=A9

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            prigaux Pascal Rigaux (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: