Posts: 1
Threads: 1
Joined: Sep 2012
Theme Cardinal - missing <meta charset="utf-8> header
(file getsimple\theme\Cardinal\template.php)
National (russian) symbols is not readable.
Posts: 2,928
Threads: 195
Joined: Feb 2011
I support this.
The theme should/ought/must contain the statement:
Code:
<meta charset="utf-8">
in the header
Posts: 1,127
Threads: 136
Joined: Feb 2012
The first line of the htaccess file is
Code:
AddDefaultCharset UTF-8
Does that do the job? I don't know.
Posts: 2,928
Threads: 195
Joined: Feb 2011
this is how the page should deliver the content
but when a user has his browser set to other charset this has priority
I always set both settings, in .htaccess and in the theme header
Posts: 1,127
Threads: 136
Joined: Feb 2012
I used Cardinal for 'boilerplate' in two themes. I have added in the utf-8 stuff now.