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

Support Unicode Character Blocks #14

Open
devstein opened this issue Jan 22, 2022 · 0 comments
Open

Support Unicode Character Blocks #14

devstein opened this issue Jan 22, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@devstein
Copy link
Owner

Description

function block(string calldata _char) public pure returns (CharacterBlock) { }

Given a character, or code point, tell me what Unicode character block it is a part of. The simplest implementation is large, hardoced if/else if/else statement on the Unicode code point ranges.

We can use an enum to represent each block.

@devstein devstein added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant