<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 04/08/2019 à 23:57, Francis Daly a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:20190804215715.4nlz5bvli5iun6w3@daoine.org">
      <pre class="moz-quote-pre" wrap="">On Sun, Aug 04, 2019 at 03:11:36PM +0200, Vincent M. wrote:

Hi there,

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">But the special characters was displayed with "?" not with � .
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
I wonder...

The nginx docs say """Missing characters in the range 80-FF are replaced
with “?”. """

Is there any chance that the response body is actually iso-8859-1,
but the header claims that it is utf-8? In that case, you would want to
change the header, but *not* convert the body.
</pre>
    </blockquote>
    <p>The header tag for the charset has not been changed is set to "<span
        class="html-tag"><span class="html-attribute-value">iso-8859-1":</span></span></p>
    <p><span class="html-tag"><span class="html-attribute-value"><meta
          http-equiv="content-type" content="text/html;
          charset=iso-8859-1"></span></span></p>
    <p><span class="html-tag"><span class="html-attribute-value"><br>
        </span></span></p>
    <blockquote type="cite"
      cite="mid:20190804215715.4nlz5bvli5iun6w3@daoine.org">
      <pre class="moz-quote-pre" wrap="">(Strictly: you would want to fix the source, so that it does not lie
about its content. But if you can't do that, then "just" changing the
header in nginx may be adequate.)

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Anyway, it's a PHP issue not Nginx. The default PHP charset config is set to
"utf-8" and to overwrite it, I have added on the beginning of my script:
    ini_set('default_charset', 'iso-8859-1');
And it's working fine...
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Great that you have an overall configuration that works for you.</pre>
    </blockquote>
    Yes, it's an old website for which I don't want to loose too many
    time.<br>
    <blockquote type="cite"
      cite="mid:20190804215715.4nlz5bvli5iun6w3@daoine.org">
      <pre class="moz-quote-pre" wrap="">

Cheers,

        f
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>