Skip to content

Commit

Permalink
Added 'other' characters from #387
Browse files Browse the repository at this point in the history
  • Loading branch information
finem4n authored and phw committed Nov 13, 2024
1 parent 4eb5f17 commit 9ef9788
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/non_ascii_equivalents/non_ascii_equivalents.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"ø": "o",
"Ł": "L",
"ł": "l",
"Þ": "Th", # Thorn
"þ": "th",
"Ð": "D", # Eth
"ð": "d",


# Punctuation
"¡": "!",
Expand Down Expand Up @@ -77,6 +82,7 @@
"﹄": "|-",
"「": "|-",
"」": "-|",
"・": ".", # Katakana middle dot

# Mathematics
"≠": "!=",
Expand All @@ -99,6 +105,10 @@
"†": "t",
"©": "(c)",
"®": "(R)",
"♥": "<3",
"→": "-->",
"☆": "*",
"★": "*",
}

FILTER_TAGS = [
Expand Down

0 comments on commit 9ef9788

Please sign in to comment.