Skip to content

Commit 277aa4d

Browse files
Konrad Marciniakphw
authored andcommitted
changed conversion of å to aa and Å to AA
1 parent 7216910 commit 277aa4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/non_ascii_equivalents/non_ascii_equivalents.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535
CHAR_TABLE = {
3636
# Misc Letters
37+
"Å": "AA",
38+
"å": "aa",
3739
"Æ": "AE",
3840
"æ": "ae",
3941
"Œ": "OE",

0 commit comments

Comments
 (0)