Does Javascript string.toLowerCase() follow Unicode standards in case-conversions?
Yes, that will work. Incidentally, the Boolean keywords are true
and false
, lower case. :)
The question answered here seems to indicate that toLower and toUpper are Unicode-aware:Stack OverFlow
And this one goes into it in more detail (indicating that some mappings conflict with the real world):more Stack Overflow
Hope this helps!