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

ICU-23017 Add long conversion functionality to ICU4C #3339

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

younies
Copy link
Member

@younies younies commented Jan 22, 2025

Description:

  • Introduced new source files: long-conversion-string-to-long.cpp and long-conversion-string-to-long.h for converting strings to long integers.
  • Updated project files (i18n.vcxproj, i18n_uwp.vcxproj, and their filters) to include the new files.
  • Modified sources.txt and dependencies.txt to reflect the addition of the long conversion functionality.

This enhancement supports better handling of long integer conversions in the ICU library.

Checklist

  • Required: Issue filed: ICU-23017
  • 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

- Introduced new source files: `long-conversion-string-to-long.cpp` and `long-conversion-string-to-long.h` for converting strings to long integers.
- Updated project files (`i18n.vcxproj`, `i18n_uwp.vcxproj`, and their filters) to include the new files.
- Modified `sources.txt` and `dependencies.txt` to reflect the addition of the long conversion functionality.

This enhancement supports better handling of long integer conversions in the ICU library.
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.

1 participant