Widget encoding
-
Hello,
I noticed some encoding issues in widget (? symbols appeared).
I debug it in format_content function by replacing :
return html_entity_decode( $string );
to :
return html_entity_decode( $string, ENT_COMPAT, $this->charset );Could you test and add this in future release please ?
Thanks in advance !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Widget encoding’ is closed to new replies.