Topic: Character encoding

SimpleCMS outputs special characters, including non-western alphabets, in UTF-8.

Your web pages must include the following meta tag in the <head> section.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

You can find out more about UTF-8 here:
http://smplc.ms/wikiutf8

Ensure you remove other character encodings such as ISO-8859-1 as they might override the UTF-8 encoding.

--

Short URL http://smplc.ms/charencoding

Re: Character encoding

Great. And the HTML5 standard is also supported?

<meta charset="utf-8">

Re: Character encoding

That's correct, the system supports HTML5.