bug #1521 Fix MB characters handling in split (1emming)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:33:37 +0000 (01:33 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:33:37 +0000 (01:33 +0200)
This PR was squashed before being merged into the 1.16-dev branch (closes #1521).

Discussion
----------

Fix MB characters handling in split

The PR fixes using multibyte characters in the ```split```-filter

Since I messed up the rebase of https://github.com/fabpot/Twig/pull/1446 I created a new PR.
Let me know if this something that is kind of wanted, thanks!

Commits
-------

8cde52d Fix MB characters handling in split

1  2 
lib/Twig/Extension/Core.php

Simple merge