ZF-4754: Zend_Filter_File_UpperCase improvement
Description
Zend_Filter_File_UpperCase shoud use Zend_Filter_StringToUpper and also LowerCase. the same situation because these filters use mb_strtoupper if exists and you can use existing code
Zend_Filter_File_UpperCase shoud use Zend_Filter_StringToUpper and also LowerCase. the same situation because these filters use mb_strtoupper if exists and you can use existing code
Comments
Posted by Kamil Nowakowski (kamiln) on 2008-11-12T10:58:13.000+0000
patch added
Posted by Thomas Weidner (thomas) on 2008-11-15T07:44:41.000+0000
New feature added with r12664