Re: Setting Charset on Nginx PHP virtual host

2019-08-04 Thread Francis Daly
On Sun, Aug 04, 2019 at 03:11:36PM +0200, Vincent M. wrote: Hi there, > But the special characters was displayed with "?" not with � . 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-8

Re: Setting Charset on Nginx PHP virtual host

2019-08-04 Thread Vincent M.
Unfortunately, I couldn't make it work by this way! I have my server running on port 443 and specified on nginx.conf: So I tried : http {     charset_map iso-8859-1 utf-8 { }     server {     listen 9876;     charset utf-8;     } } On mywebsite conf file:     server {     charset