Non UTF8 in page title causing parsing errors
-
Hey guys,
Some of our titles contain the trademark “®” symbol, which seems to not be getting converted correctly when used in the “%htitle%”. To fix this error, changed the line 215 in “class.bcn_breadcrumb.php”
from:
'%htitle%' => $this->title,to:
'%htitle%' => mb_convert_encoding($this->title, "HTML-ENTITIES", "UTF-8"),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Non UTF8 in page title causing parsing errors’ is closed to new replies.