ZF-6168: Problems with the Console Adapter and Unicode chars
Description
notify() in Console.php used str_pad() in case ELEMENT_TEXT, but it doesn't account the length of unicode strings - resulting in wrong lengths and thus moving the line further left into the previous line.
The call to str_pad() should be switched to Zend_Text_MultiByte::strPad()
Comments
Posted by Ben Scholzen (dasprid) on 2009-03-31T05:09:26.000+0000
Fixed with r14558.