Avatar
omochimetaru 1/25/2018 3:27 AM
とりあえずnon-objcで追ってみよう libicu に帰着しそうだが
3:27 AM
/// Compares two slices of strings with the Unicode Collation Algorithm. @inline(never) // Hide the CF/ICU dependency @effects(readonly) public // @testable static func _compareDeterministicUnicodeCollation(
3:28 AM
Unicode Collation Algorithm というキーワードが出てきた。
3:28 AM
Collationは 「ガ」と「カ+濁点」を正規化したりするやつかな
3:28 AM
どちらも見た目上は1文字のガに見える。 (edited)