Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Classify '^' as Other, should classify it as Marks #73

@GoodDingo

Description

@GoodDingo

if (charCode <= 0x5D) {

should be

    if (charCode <= 0x5E) {
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions