ZF-2107: Different pattern may be needed for some language in Zend_Filter_Alnum.
Description
Similar reason as ZF_2108, I propose to update this component like as the attachment.
Similar reason as ZF_2108, I propose to update this component like as the attachment.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-13T19:00:05.000+0000
I mistook. in the description. It should apply to Zend_Filter_Alpha.
I correct description in following: ^\p{Ll}\p{Lu}\p{N} is more better.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-26T04:15:05.000+0000
Please see attachment.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-26T04:17:27.000+0000
Code for Zend_Filter_Alnum
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-26T04:38:25.000+0000
I mistook in attachment. ^[:alpha:]\p{N} should been ^[:alnum:]
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-27T01:26:40.000+0000
Correct about zf_2107_20071126.txt
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-11-27T01:27:18.000+0000
I make test pattern for Zend_Filter_AlnumTest.php . I hope this will be useful.
Posted by Wil Sinclair (wil) on 2007-12-14T18:25:50.000+0000
What is the status for this issue and what action do we plan to take on it?
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2007-12-17T00:19:09.000+0000
I offered a solution in the file attachments, but it does not be discussed or applied.
Posted by Darby Felton (darby) on 2008-01-29T09:50:42.000+0000
Assigning to [~yoshida@zend.co.jp]. Please contact me directly when you are ready to commit your changes, and I'll take care of giving you SVN credentials (e.g., username and password) needed to commit successfully. Thank you! :)
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-09T10:36:33.000+0000
Resolved in SVN r8710
Posted by Wil Sinclair (wil) on 2008-03-21T17:39:41.000+0000
Did this make it in to 1.5.0?
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-21T20:33:21.000+0000
No, I thought it into 1.0.5 if 1.0.5 is scheduled. But, I find it in 1.5.0 now. So , I change list box of Fix version to 1.5.0
Posted by Darby Felton (darby) on 2008-04-02T08:58:37.000+0000
Yes, these changes made it into 1.5.0, as you can see from the Fisheye tab (SVN r8732).