Skip to content

Update unicode version to 17.0.0#6595

Open
Farhan-25 wants to merge 1 commit into
rizinorg:devfrom
Farhan-25:dev
Open

Update unicode version to 17.0.0#6595
Farhan-25 wants to merge 1 commit into
rizinorg:devfrom
Farhan-25:dev

Conversation

@Farhan-25

Copy link
Copy Markdown
Contributor

Your checklist for this pull request

  • I've read the guidelines for contributing to this repository.
  • I made sure to follow the project's coding style.
  • I've documented every RZ_API function and struct this PR changes.
  • I've added tests that prove my changes are effective (required for changes to RZ_API).
  • I've updated the Rizin book with the relevant information (if needed).
  • I've used AI tools to generate fully or partially these code changes and I'm sure the changes are not copyrighted by somebody else.

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.c passed successfully.

...

Closing issues

closes #6591

...

@codecov

codecov Bot commented Jul 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.00%. Comparing base (1c4bcf6) to head (f90aa98).
⚠️ Report is 2 commits behind head on dev.

Additional details and impacted files
Files with missing lines Coverage Δ
librz/util/unicode.c 85.81% <ø> (ø)
librz/util/utf8.c 65.98% <ø> (ø)

... and 9 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c4bcf6...f90aa98. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Rot127 Rot127 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a test using one of the new UTF8 characters

@github-actions github-actions Bot added the AI/LLM Partially or fully AI generated. Critical thinking is advised! label Jul 15, 2026
@Farhan-25

Copy link
Copy Markdown
Contributor Author

Sry for a mess in commits a wrong git command was used by mistake. All good now

@Rot127

Rot127 commented Jul 15, 2026

Copy link
Copy Markdown
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 push

This way you can clean it up and make sure you don't loose any changes by accident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Unicode tables to version 17.0.0

2 participants