tchwork / utf8

Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP
Apache License 2.0
627 stars 50 forks source link

Replace the deprecated `each` with `current` and `next` #78

Closed ChristophWurst closed 3 years ago

ChristophWurst commented 3 years ago

Fixes https://github.com/tchwork/utf8/issues/74

But I have to admit as a Linux user I wasn't able to test this. So let's see what the Windows CI has to say.

nicolas-grekas commented 3 years ago

Nice, thank you.