You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7550
User: @phpManiac77
Created On: 2015-05-25T13:32:36Z
Updated At: 2015-11-06T21:53:56Z
Body
Method Zend\Escaper\Escaper::escapeHtmlAttr() should use [:alnum:] in the regular expression. So it would also work with chinese characters correctly.
Comment
User: @Ocramius
Created On: 2015-05-25T13:41:43Z
Updated At: 2015-05-25T13:41:43Z
Body
Any non-ascii characters are supposed to be encoded anyway.
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: https://api.github.com/repos/zendframework/zendframework/issues/7550
User: @phpManiac77
Created On: 2015-05-25T13:32:36Z
Updated At: 2015-11-06T21:53:56Z
Body
Method Zend\Escaper\Escaper::escapeHtmlAttr() should use [:alnum:] in the regular expression. So it would also work with chinese characters correctly.
Comment
User: @Ocramius
Created On: 2015-05-25T13:41:43Z
Updated At: 2015-05-25T13:41:43Z
Body
Any non-ascii characters are supposed to be encoded anyway.
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
On 25 May 2015 at 14:32, phpManiac77 [email protected] wrote:
The text was updated successfully, but these errors were encountered: