Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
418 views
in Q2A Core by
Database does not save content on UTF-8, I have found this problem writing " España "

I have checked, and everything seems fine, - What am i missing here?

NOTE : I realized that here it's fine, I'm completely lost

Best regard
Q2A version: 1.8

1 Answer

0 votes
by
Q2A handles UTF-8 fine so there must be another problem somewhere.

It could be the theme output is not using UTF-8. For example you should have <meta charset="utf-8"> in the <head> of the HTML. Try changing the theme to one of the defaults (eg SnowFlat) if you are not already using it and see.

Or it could be a plugin changing some text and messing up the encoding. Try disabling the plugins one at a time and see if the problem gets fixed.

Also worth checking you have the mbstring PHP extension installed. Check with your host.
...