danielstjules/Stringy

gain toAscii method please

Closed this issue · 2 comments

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

tnx for your exellent package!

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

Added in e8afcff :)