I read several other questions, tried the answers, but did not get the result at the end. What I get, for example, is
Μήπως θα έπρεπε να ...
and I cannot remove this strange question mark. I do this to get the contents of an RSS feed, which is also encoded <?xml version="1.0" encoding="UTF-8"?> , Using Greek for the content.
Is there any way to fix this?
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <div><?php $entry->description = strip_tags($entry->description); echo mb_substr($entry->description, 0, 490); ?> ...</div>
Enexoonoma
source share