Skip to content

[iOS][globalization] Implementing Unicode version retrieval (CompareInfo.Version) on iOS #111901

@matouskozak

Description

@matouskozak

#if TARGET_MACCATALYST || TARGET_IOS || TARGET_TVOS
if (GlobalizationMode.Hybrid)
{
throw new PlatformNotSupportedException(GetPNSEText("SortVersion"));
}
#endif

CompareInfo.Version currently throws an exception on iOS-like platforms. We need to have a workaround to return Collator version used for string comparisons by Apple APIs instead of throwing an exception.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions