Update unicode version to 17.0.0#6595
Open
Farhan-25 wants to merge 1 commit into
Open
Conversation
Farhan-25
requested review from
Rot127,
b1llow,
kazarmy,
notxvilka,
ret2libc,
thestr4ng3r and
wargio
as code owners
July 4, 2026 12:14
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 9 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Rot127
requested changes
Jul 4, 2026
Rot127
left a comment
Member
There was a problem hiding this comment.
Add a test using one of the new UTF8 characters
Rot127
approved these changes
Jul 14, 2026
Contributor
Author
|
Sry for a mess in commits a wrong git command was used by mistake. All good now |
Member
|
You can clean up the commit history by: # - Checking out your local branch.
# - Make a backup of it
git checkout -b "histo-backup"
# Check out this branch again.
git checkout origin/dev
# Reset it to latest upstream/dev
git reset --hard upstream/dev
# And thencheckout the file you edited from the backup branch and commit.
git checkout histo-backup -- <path to file>
# Commit and force pushThis way you can clean it up and make sure you don't loose any changes by accident. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
RZ_APIfunction and struct this PR changes.RZ_API).Detailed description
Unicode version was updated from 16.0.0 -> 17.0.0.
A python script written by AI was used here to convert rust code(generated by ucd-generate) into C code.
...
Test plan
The unit test for unicode
test_encodings.cpassed successfully....
Closing issues
closes #6591
...