When deploying to a machine with a PHP version prior to 5.4.0 installed, each non-breaking space displayed as a question mark inside of a black diamond. Prior to version 5.4.0, the 'html_entity_decode' encoding parameter defaults to ISO-8859-1. This fix forces it to use UTF-8 to keep behavior consistent across all versions of PHP.
Just in case anyone else encounters this problem, I have included this patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panels_breadcrumbs-special_character_handling-2294517.patch | 640 bytes | creativepragmatic |
Comments
Comment #1
creativepragmatic commentedComment #3
devuo commentedCommited, thanks!
Comment #4
devuo commented