Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-1886

Non-Ascii emails are not readable

    XMLWordPrintable

Details

    Description

      Example: A Crowd instance using Japanese language will continue using Ascii to create and send emails to users when the password is reset.

      The Reset Password feature was fixed by changing class MailManagerImpl

      Before:

      private static final String MAILER_CONTENT_ENCODING = "text/plain;charset=\"us-ascii\";";
      

      After:

      private static final String MAILER_CONTENT_ENCODING = "text/plain;charset=\"UTF-8\";";
      

      Attachments

        Issue Links

          Activity

            People

              rmartin Russell Martin [Atlassian]
              rbattaglin Renan Battaglin
              Votes:
              8 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: