Skip to content

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

Open
@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 Unicode version used for string comparisons by Apple APIs instead of throwing an exception.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions