Unicode input: Make diamond a synonym for gem

Fixes #3437
This commit is contained in:
Kovid Goyal
2021-04-02 12:53:58 +05:30
parent cb515157b3
commit ff1585acfe
5 changed files with 14588 additions and 14587 deletions

View File

@@ -114,6 +114,7 @@ def parse_ucd() -> None:
word_search_map['bee'] |= word_search_map['honeybee']
word_search_map['lambda'] |= word_search_map['lamda']
word_search_map['lamda'] |= word_search_map['lambda']
word_search_map['diamond'] |= word_search_map['gem']
def parse_range_spec(spec: str) -> Set[int]: