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

Remap ICU APIs to forwarders where possible #1958

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

riverar
Copy link
Collaborator

@riverar riverar commented Aug 6, 2024

Fixes: #1956

This ensures most ICU APIs are available down-level (Windows 10 Creators Update) and represents the current best way forward at this time. See thread for important discussion/concerns around ICU APIs in general.

I took our existing mappings and cross referenced each API with import libs from the Windows SDK. Anything not present in the older icuXX.libs was confirmed to exist in icu.lib and therefore mapped to icu.dll.

Additional heads up @Alovchin91.

@riverar riverar requested a review from kennykerr August 6, 2024 20:38
@riverar riverar requested a review from mikebattista as a code owner August 6, 2024 20:38
@mikebattista mikebattista merged commit c2e9559 into main Aug 15, 2024
7 checks passed
@mikebattista mikebattista deleted the rafael/icu_retarget branch August 15, 2024 16:09
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.

ICU functions should be imported from the "old" libraries
2 participants