Closed GoogleCodeExporter closed 8 years ago
Can you tell me what Content-type header was sent by webserver before your
patch?
Original comment by maxpozd...@gmail.com
on 28 Feb 2011 at 7:39
Content-Type: text/html; charset=windows-1251
Original comment by gizzat
on 28 Feb 2011 at 7:51
Oh, caught. Html meta tag will not override content-type charset sent by
webserver. My mistake.
I think it's better to paste the line
<code> <?php header('Content-type: text/html; charset=utf-8'); ?> </code>
to the first line of themes/default/index.php
or even to use "application/xhtml+xml" mime type.
Original comment by maxpozd...@gmail.com
on 28 Feb 2011 at 7:53
of course without <code></code> elements.
Original comment by maxpozd...@gmail.com
on 28 Feb 2011 at 7:55
Yes, that works. Thank you :)
Original comment by gizzat
on 28 Feb 2011 at 7:56
Settings page also is ok?
Original comment by maxpozd...@gmail.com
on 28 Feb 2011 at 8:03
no, russian words are displayed incorrectly
and ajax request returned charset=windows-1251 header.
Original comment by gizzat
on 28 Feb 2011 at 8:06
Please update the files listed in changeset rb0b60c7ee0 to test if issue is
fixed.
Original comment by maxpozd...@gmail.com
on 2 Mar 2011 at 12:42
The issue seems to be fixed. No wrong charsets.
Thanks.
Original comment by gizzat
on 3 Mar 2011 at 1:54
Original comment by maxpozd...@gmail.com
on 2 Jun 2011 at 8:58
Original issue reported on code.google.com by
gizzat
on 28 Feb 2011 at 7:34