GetSimple Support Forum

Full Version: Theme Cardinal - missing <meta charset="utf-8> header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Theme Cardinal - missing <meta charset="utf-8> header
(file getsimple\theme\Cardinal\template.php)

National (russian) symbols is not readable.
I support this.

The theme should/ought/must contain the statement:

Code:
<meta charset="utf-8">

in the header
The first line of the htaccess file is
Code:
AddDefaultCharset UTF-8
Does that do the job? I don't know.
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
I used Cardinal for 'boilerplate' in two themes. I have added in the utf-8 stuff now.