caching - Concrete5: How to stop macrons disappearing when cache is cleared? -
i have concrete5 site, uses 'designer content' add on available via market place.
our clients site requires use of macrons language.
now fine throughout 99% of site, whether hard-coded html or via content block etc. however, when macrons used inside block created 'designer content' macron replaced "?"...
can help?
unfortunately site wont let me post image see whats going on due 'low reputation'....riiiiight thats helpful.
thanks in advance!
usually apparition of question marks "?" instead of characters sign of charset coding problem. c5 should using generic utf8 encoding if database table set use different charset or if php settings set different charset, weird characters.
you should start php.ini , set charset utf8
if doesn't fix problem, check thread, has useful script use fix database http://www.concrete5.org/community/forums/usage/utf-8-or-unicode-problems-preventing-corrrupt-fonts-on-the-front/#52300
be aware if content saved while charset not correct, may discover content still looks weird , have insert again after having set correct charset.
Comments
Post a Comment