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
The function ignores a non-english character following the one that produces two letters (Æ, Щ, Ю). slugg('ÆØ') returns 'ae', although slugg('ÆO') returns 'aeo'.
The function ignores a non-english character following the one that produces two letters (Æ, Щ, Ю).
slugg('ÆØ')returns 'ae', althoughslugg('ÆO')returns 'aeo'.