Dear all,
first, I like the Couch CMS very much. As I code a small sites, I generally prefer static HTML to a CMS becouse of better control of the code behind the screen, debugging, etc. Now, I just started tinkering with the Couch and it seems to offer exactly the features I sometimes need, i.e. let my customer edit the content easily without risk of breaking something, I would certainly be happy to use it on a wider scale.
Now, here comes my issue: A small static website, CouchCMS deployed, editable regions set. However, if I open the content for editing, instead of
I see
If I paste a piece of a clean HTML code into the Couch editor (without the acutes), the characters go wild on the front end (I mean the website in a browser).
Obviously, there is something about the charset.
I have carefully checked and it all reads UTF-8 in both the config.php and the web page header, the document has been saved in UTF-8 (although I am not sure about the BOM if it plays any role), no succcess.
I use linux Mint and Geany as a html editor (tried Pluma too, tho).
Could you please give me a hint where I shall look?
first, I like the Couch CMS very much. As I code a small sites, I generally prefer static HTML to a CMS becouse of better control of the code behind the screen, debugging, etc. Now, I just started tinkering with the Couch and it seems to offer exactly the features I sometimes need, i.e. let my customer edit the content easily without risk of breaking something, I would certainly be happy to use it on a wider scale.
Now, here comes my issue: A small static website, CouchCMS deployed, editable regions set. However, if I open the content for editing, instead of
- Code: Select all
<li>Tlumočení obchodních jednání a schůzek všech úrovní, interně i s cizími subjekty, včetně telekonferencí</li>
I see
- Code: Select all
<li>Tlumočení obchodních jednání a schůzek všech úrovní, interně i s cizími subjekty, včetně telekonferencí</li>
If I paste a piece of a clean HTML code into the Couch editor (without the acutes), the characters go wild on the front end (I mean the website in a browser).
Obviously, there is something about the charset.
I have carefully checked and it all reads UTF-8 in both the config.php and the web page header, the document has been saved in UTF-8 (although I am not sure about the BOM if it plays any role), no succcess.
I use linux Mint and Geany as a html editor (tried Pluma too, tho).
Could you please give me a hint where I shall look?