Skip to content

Commit

Permalink
Merge pull request #1191 from nyaruka/pashto_tweak
Browse files Browse the repository at this point in the history
Don't treat ژ and ږ as equivalent in arabic variants collation
  • Loading branch information
rowanseymour authored Oct 2, 2023
2 parents eda7497 + a857195 commit 3d1fe71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion envs/collate.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var arabicVariants = map[rune]rune{
'ړ': 'ر', // U+0693 > U+0631 (reh with ring > reh)
'ڼ': 'ن', // U+06BC > U+0646 (noon with ring > noon)
'ښ': 'ش', // U+069A > U+0634 (pashto seen > sheen)
'ژ': 'ږ', // U+0698 > U+0696 (pashto že > pashto gé)
}

var transformers = map[Collation]collateTransformer{
Expand Down

0 comments on commit 3d1fe71

Please sign in to comment.