[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
Copilot tries to fix stuff and it ruins code
This doesn't look right to me. I mean not matching ucol_getVersion behavior.
ucol_getVersion can return a different version for different collation. I know you are using LCID in the C# but there are tons of cultures has same LCID (which is 0x1000 as I recall). ObjectC doesn't have API can help returning a better version?