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

Remove dependency on unic-ucd-common by using std::char::is_control #366

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

mmalecot
Copy link
Contributor

Checking whether a character is a control character is already present in the std, so no external dependency is required and the unic feature no longer needs to exist (or at least is built-in).

@Keats
Copy link
Owner

Keats commented Jan 30, 2025

Nice thanks, are you using that validator? That's the one I didn't know whether it was used by anyone at all

@mmalecot
Copy link
Contributor Author

Yes, I use it to ensure that a string contains only single-line text for example.

@Keats Keats merged commit 7a4b035 into Keats:master Jan 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants