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

[wasm][icu] Allow basic ICU sharding in WASM app like Blazor does it + custom files #79987

Closed
ilonatommy opened this issue Dec 27, 2022 · 3 comments
Assignees
Labels
Milestone

Comments

@ilonatommy
Copy link
Member

Blazor loads ICU datafile based on user's config and if it's empty: based on the Browser's locale. WASM is always loading full ICU.
We can copy Blazor's behavior by letting users set the shard in MsBuild + allow them to use custom ICU build. Moreover, we need to add a how-to for ICU.dat building, something like here: #53239 (comment)

@ilonatommy ilonatommy added this to the 8.0.0 milestone Dec 27, 2022
@ilonatommy ilonatommy self-assigned this Dec 27, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Dec 31, 2022

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

Issue Details

Blazor loads ICU datafile based on user's config and if it's empty: based on the Browser's locale. WASM is always loading full ICU.
We can copy Blazor's behavior by letting users set the shard in MsBuild + allow them to use custom ICU build. Moreover, we need to add a how-to for ICU.dat building, something like here: #53239 (comment)

Author: ilonatommy
Assignees: ilonatommy
Labels:

arch-wasm, area-System.Globalization

Milestone: 8.0.0

@ilonatommy
Copy link
Member Author

Solved by #80421.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants