Currently having issues with the translation script handling special characts mainly from Czech language. A administration is allowed to translate my platform from english to it's own language, however when they do some of the characters are getting stored as ? instead of the html entities.
For example the following word: nepřetržitě Is getting stored as: nep?etržit?
When saving to the database I use htmlentities(value) before inserting. What should I do to get this working?
Thank you.