You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringy::langSpecificCharsArray() defines ASCII counterparts for the following Bulgarian characters: ъ, Ъ, ь, and Ь
However none of those characters have any alternatives in Stringy::charsArray(), which means they will be untouched by Stringy::toAscii() unless $language is set to 'bg'.
As there are no other ASCII equivalents for these characters, I think they should be defined in charsArray() instead.
Stringy::langSpecificCharsArray()
defines ASCII counterparts for the following Bulgarian characters:ъ
,Ъ
,ь
, andЬ
However none of those characters have any alternatives in
Stringy::charsArray()
, which means they will be untouched byStringy::toAscii()
unless$language
is set to'bg'
.As there are no other ASCII equivalents for these characters, I think they should be defined in
charsArray()
instead.The text was updated successfully, but these errors were encountered: