Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

㐱 字有数据但是在draw中会被拦截 #270

Open
QingqinKong opened this issue Jul 7, 2023 · 0 comments
Open

㐱 字有数据但是在draw中会被拦截 #270

QingqinKong opened this issue Jul 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@QingqinKong
Copy link

console.log("㐱".charCodeAt(0))
// 13361
    function isCnChar (word) {
        let unicode = word.charCodeAt(0);
        return unicode >= 19968 && unicode <= 40869;
    }
@theajack theajack added the bug Something isn't working label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants