<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    Yes they are iso-8859-1, but I'm talking about this file:<br>
forms/common-themes/src/main/resources/theme/keycloak/email/messages/messages_fr.properties<br>
    <br>
    It contains unicode characters like '\u00a9' which actually is
    'COPYRIGHT SIGN' (
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <span style="color: rgb(51, 51, 51); font-family: 'Open Sans',
      'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;
      font-style: normal; font-variant: normal; font-weight: normal;
      letter-spacing: normal; line-height: 20px; orphans: auto;
      text-align: left; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; display: inline !important; float:
      none; background-color: rgb(249, 249, 249);">©)<br>
    </span>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <br>
    For instance on line 1:
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 16.8px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);">V\u00a9rification du courriel</span><br>
    output: <span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 16.8px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);">V</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 16.8px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"><span style="color: rgb(51, 51, 51); font-family
 :
 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(249, 249, 249);">©</span>rification du courriel

</span>I sent a PR in github yesterday to correct that.<br>
    <br>
    <div class="moz-signature">
      <title>François Maturel</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <style type="text/css">
    body {font-family: Helvetica, Arial;}
    p {margin: 0; line-height: 1.2;}
    .space {margin-top: 22px;}
    .content {margin-left: 38px;}
    .sign {padding: 8px}
    </style>
      <p>Cordialement,</p>
      <div class="space">
        <p>François Maturel</p>
        <p>Mob: 06.32.10.87.24</p>
      </div>
      <div class="space">
        <div style="float: left;"> <a href="www.dijit.fr"> <img
              src="cid:part1.08030803.09030704@dijit.fr" alt="dijit"
              height="35" width="35"> </a> </div>
        <div class="content">
          <div class="sign">
            <p><b><a href="http://www.dijit.fr" target="_blank">www.dijit.fr</a></b></p>
          </div>
        </div>
      </div>
    </div>
    <div class="moz-cite-prefix">On 01/19/2016 08:08 PM, Stian
      Thorgersen wrote:<br>
    </div>
    <blockquote
cite="mid:CAJgngAdQGhTYF38d2KqqXoG_TQX5_UL1Fd=PnZq266cz5kfBFw@mail.gmail.com"
      type="cite">
      <div dir="ltr">The property files are iso-8859-1. I've just
        checked and:
        <div><br>
        </div>
        <div>kerberosNotConfigured=Kerberos non configur\u00e9<br>
        </div>
        <div><br>
        </div>
        <div>Outputs:</div>
        <div><br>
        </div>
        <div>Kerberos non configuré<br>
        </div>
        <div><br>
        </div>
        <div>So looks like it's correct to me</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On 19 January 2016 at 12:28, francois
          maturel <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:francoismaturel@dijit.fr" target="_blank">francoismaturel@dijit.fr</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> Hello,<br>
              <br>
              First of all, thanks for your wonderfull work on keycloak!<br>
              We are a development team in France using keycloak since
              v1.2.<br>
              There are a number of mistranslations in current French
              messages_fr.properties<br>
              <br>
              Unicode characters like '\u00a9' are used, but they
              actually are the 'COPYRIGHT SIGN'<br>
              Some other messages are strangely translated ;)<br>
              <br>
              Would you be interested in a PR correcting those messages?<br>
              <br>
              Thanks<span class="HOEnZb"><font color="#888888"><br>
                  <div>-- <br>
                    <p>Cordialement,</p>
                    <div>
                      <p>François Maturel</p>
                    </div>
                  </div>
                </font></span></div>
            <br>
            _______________________________________________<br>
            keycloak-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
              rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>