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

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

Closed
GoodDingo opened this issue Jun 23, 2018 · 1 comment
Closed

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

GoodDingo opened this issue Jun 23, 2018 · 1 comment

Comments

@GoodDingo
Copy link

if (charCode <= 0x5D) {

should be

    if (charCode <= 0x5E) {
    ...
@74th
Copy link
Owner

74th commented Jun 24, 2018

Thank! I fixed it and release v0.5.5.

@74th 74th closed this as completed Jun 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants