Central European characters

Permalink
I noticed that Concrete can"t support all of Central European characters.
It is about word č which we pronouncing as CH.

So I also added in test version Icelandic text, but there is nothing visible.

 
davidprotean replied on at Permalink Reply
Did this get resolved?
I need to do a Czech site...
tallacman replied on at Permalink Reply
tallacman
It should support it just fine. Your database can be a problem if the encoding is not utf-8. That can be the fly in the ointment.
davidprotean replied on at Permalink Reply
Sorry - any idea how I can tell or set the encoding of my database?

I found I can add the code for the character in question: Č
Which works in an HTML block, but when I place it into a Content block it shows fine until I try to save/publish the block...
tallacman replied on at Permalink Reply
tallacman
If it is other than utf-8 you'll need to convert it. I have seen posts on the internet of how to do this in a variety of ways but have not yet done it myself.