ZF2-170: \Zend\Filter\StringTrim sometimes works incorrectly
Description
$filter = new \Zend\Filter\StringTrim();
$res = $filter->filter('Реально ли греет рейма?');
print $res;
It returns an empty string. But it seems other russian strings (for example "Проверка 2") work well.
php 5.3.9 ubuntu
Comments
Posted by Maks 3w (maks3w) on 2012-06-06T10:26:26.000+0000
Fixed with https://github.com/zendframework/zf2/pull/1451
Posted by Kazusuke Sasezaki (sasezaki) on 2012-06-06T12:01:07.000+0000
I did comment https://github.com/zendframework/zf2/… This isssue is related to ZF-10891, too.
Posted by Maks 3w (maks3w) on 2012-06-06T12:30:12.000+0000
As I can see your space character is a little different and is more wide.
That is normal in japanese?