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
You're right, the JavaScript scanner allows only the standard (Englisch) ASCII alphabet. But Firefox and Safari both accept your code. I'm going to change this in 1.2.
Starting with JavaScript 1.5, you can use ISO 8859-1 or Unicode letters such as å and ü in identifiers. You can also use the \uXXXX Unicode escape sequences as characters in identifiers.
This runs with no problem:
But CodeRay thinks there's errors. (Hey, so does Github!)
The text was updated successfully, but these errors were encountered: