Skip to content

JS scanner considers Cyrillic and Chinese variable names as errors #172

Description

@JasonBarnabe

This runs with no problem:

var  = 1;
var Ы = 2;
alert(+Ы);

But CodeRay thinks there's errors. (Hey, so does Github!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions