I have a problem with displaying the characters Ε‘ and ΕΎ in the frontend when I insert it as the text string data type inside Umbraco 4.7.1. Umbraco uses the MySql database.
I noticed that this is not a problem when I save these characters with a rich text editor. I looked at the database and all the values ββof the advanced text editor are stored in XML inside CDATA, but the text string data type is not inside CDATA.
All other Bosnian specific characters (ΔΔΔ) are encoded html as ΔΔΔ, but Ε‘ and ΕΎ are stored as s and z.
When I try to change the textstring database data type to ntext instead of varchar, it works (because it is stored in CDATA), but I cannot do this because then I will lose all my existing data.
My HTML encoding iso-8859-1.
What to do here?
Adinp source share