Skip to content

ICU-23156 Implement icupkg --keep option #3547

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dzfrias
Copy link

@dzfrias dzfrias commented Jul 5, 2025

The icupkg --keep option allows users to only keep a certain subset of data items within the data file, and discard the rest. This is to support the workflow of:

  1. Profiling the data items accessed via utrace
  2. Only keeping the relevant items in the data file

This is a workflow that I would find personally helpful in my work to downsize the icudt.dat that I'm currently working on.

Checklist

  • Required: Issue filed: ICU-23156
  • Required: The PR title must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
  • Required: Each commit message must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz"
  • Issue accepted (done by Technical Committee after discussion)
  • Tests included, if applicable
  • API docs and/or User Guide docs changed or added, if applicable

@markusicu markusicu self-assigned this Jul 10, 2025
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