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
Modern JS (since circa 2014) has proper String.toLowerCase and String.toUpperCase methods and they are Unicode-aware. Quixe tables are not really Unicode-aware, they fail on non-Latin scripts.
I am somewhat torn between using the JS facility for Unicode or sticking with my old implementation, which will behave consistently with the C interpreters.
Modern JS (since circa 2014) has proper
String.toLowerCase
andString.toUpperCase
methods and they are Unicode-aware. Quixe tables are not really Unicode-aware, they fail on non-Latin scripts.File in question:
quixe/src/glkote/glkapi.js
Line 1297 in a882f4b
The text was updated successfully, but these errors were encountered: