Skip to content

Commit

Permalink
fix: dandan and lim-dul should be searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Oct 15, 2024
1 parent f7dd09b commit 7bfa2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_char_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def gen_header() -> None:
def __get_entry_val(i: int) -> int:
s: str = chr(i).lower()
# Filter out vowels
if s in ["a", "e", "i", "o", "u"]:
if s in ["a", "â", "e", "i", "o", "u", "]:
return 0

# Spanish people!
Expand Down

0 comments on commit 7bfa2bd

Please sign in to comment.