churchyard said:
ř -> crossed o (this is normally made because of cp1250/win coding instead of iso-8859-2)
but in the code is "& oslash ;" (without spaces).
I think some code makes from ěÅ¡čřžýáÃé &xyz; - and it uses wrong coding.
What to do?
Thank you!
My guess is that the PHP htmlentities function is assuming a specific character encoding which is different to the one churchyard is using. I'll look into adding an option for setting charset in the relevant calls in the next release, but there are two issues:
1) I can't easily test it ...
2) I'll need to check which versions of PHP support it, and what happens when used with versions that don't.













