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

clarify isdigit docs - ASCII digits only #54492

Merged
merged 1 commit into from
May 16, 2024
Merged

clarify isdigit docs - ASCII digits only #54492

merged 1 commit into from
May 16, 2024

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented May 16, 2024

The isdigit function only checks for ASCII digits — this PR clarifies the docs to make that explicit.

See #54447 (comment). Closes #54447.

@stevengj stevengj added domain:docs This change adds or pertains to documentation domain:unicode Related to unicode characters and encodings labels May 16, 2024
@ViralBShah ViralBShah added the status:merge me PR is reviewed. Merge when all tests are passing label May 16, 2024
@mbauman mbauman merged commit b495857 into master May 16, 2024
12 checks passed
@mbauman mbauman deleted the stevengj-patch-6 branch May 16, 2024 19:06
@inkydragon inkydragon removed the status:merge me PR is reviewed. Merge when all tests are passing label May 17, 2024
lazarusA pushed a commit to lazarusA/julia that referenced this pull request Jul 12, 2024
The `isdigit` function only checks for ASCII digits — this PR clarifies
the docs to make that explicit.

See
JuliaLang#54447 (comment).
Closes JuliaLang#54447.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation domain:unicode Related to unicode characters and encodings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants