danielstjules / Stringy

A PHP string manipulation library with multibyte support
MIT License
2.46k stars 216 forks source link

gain toAscii method please #156

Closed newbie78 closed 7 years ago

newbie78 commented 7 years ago

I found missing variants in $charsArray : 'a'=>'ä' 'ae'=>'æ' 'ss'=>'ß' 'U'=>'Ў' 'u'=>'ў'

tnx for your exellent package!

danielstjules commented 7 years ago

Thanks! ä, æ and ß were already there, but I'll add the other two!

danielstjules commented 7 years ago

Added in https://github.com/danielstjules/Stringy/commit/e8afcffc7c3ca4cd6ead74d57f6c4c6098fe5499 :)