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
It is surprising that is.palindrome("café ífac") === true. The implementation indicates this is intentional. The documentation should explain that the is.palindrome function only gives unsurprising results for ASCII strings.
It is surprising that
is.palindrome("café ífac") === true
. The implementation indicates this is intentional. The documentation should explain that theis.palindrome
function only gives unsurprising results for ASCII strings.Related: #176
The text was updated successfully, but these errors were encountered: