Uh oh!
There was an error while loading. Please reload this page.
[browser][non-icu] HybridGlobalization normalization. - #85510
Conversation
ghost
commented
Apr 28, 2023
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsImplements a chunk of web-api based globalization. Is a part of HybridGlobalization feature and contributes to #79989. Old, icu-based private API: GlobalizationNative_IsNormalized, GlobalizationNative_NormalizeString New, non-icu private API: Interop.JsGlobalization.IsNormalized, Interop.JsGlobalization.NormalizeString Affected public API (see: tests in Normalization\NormalizationAll.cs, Normalization\StringNormalizationTests.cs):
WebApi is used only for unicode codes, that's why Normalize ASCII time is identical for both modes.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Implements a chunk of web-api based globalization. Is a part of HybridGlobalization feature and contributes to #79989.
Old, icu-based private API: GlobalizationNative_IsNormalized, GlobalizationNative_NormalizeString
New, non-icu private API: Interop.JsGlobalization.IsNormalized, Interop.JsGlobalization.NormalizeString
Affected public API (see: tests in Normalization\NormalizationAll.cs, Normalization\StringNormalizationTests.cs):
WebApi is used only for unicode codes, that's why Normalize ASCII time is identical for both modes.
No changes in behavior. Hybrid Globalization JS code got split to smaller files.