Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Not an Issue
-
Affects Version/s: 1.10.1
-
Fix Version/s: None
-
Component/s: Zend_View
-
Labels:None
Description
On updating from 1.9.6 to 1.10.1, output from $this->view->escape('£99.99') would render nothing instead of the desired output. It seems this behaviour only effects strings with multi-byte chars (Eg £'s).
Issue Links
| This issue is related to: | ||||
| ZF-8715 | Inconsistent encoding across several view helpers |
|
|
|
In method Zend_View_Abstract::escape()
Can be a problem with of the Zend_View_Abstract::$_encoding
Encoding
In 1.9.6 default = 'ISO-8859-1'
In 1.10.1 default = 'UTF-8'