Skip to content

Commit

Permalink
Merge pull request #7 from zhuWin/main
Browse files Browse the repository at this point in the history
Bugfix for letter U
  • Loading branch information
suntrise authored Nov 30, 2024
2 parents 944f297 + 5ba8b59 commit fabcf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pslo_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
arrss = ["Š", "Ş", "Ș", "§", "$", "Ś", "Ṡ", "Ŝ", "₴"]
arrt = ["ț", "ţ", "ť", "ŧ", "т", "τ", "ṫ", "т"]
arrtt = ["Ť", "Ţ", "Ț", "Ŧ", "Ţ", "Ṫ", "Ŧ"]
arru = ["ū", "ú", "ǔ", "ù", "û", "ũ", "ů", "ų", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ύ", "ϋ", "ΰ", "µ", "ц", "џ", "ŭ", "ư","ű", "ụ", "ủ", "ứ", "ừ", "ử", "ữ", "ự"]
arruu = ["Ū", "Ǔ", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ц", "Û", "Ú", ," ,"Ű" ,"Ù" ,"Ů" ,"Ų", "∪", "Ụ", "Ủ", "Ư", "Ứ", "Ự", "Ừ", "Ử", "Ữ", "Ũ"]
arru = ["ū", "ú", "ǔ", "ù", "û", "ũ", "ů", "ų", "ü", "ǖ", "ǘ", "ǚ", "ǜ", "ύ", "ϋ", "ΰ", "µ", "ц", "џ", "ŭ", "ư", "ű", "ụ", "ủ", "ứ", "ừ", "ử", "ữ", "ự"]
arruu = ["Ū", "Ǔ", "Ǖ", "Ǘ", "Ǚ", "Ǜ", "Ц", "Û", "Ú", "Ŭ" ,"Ű" ,"Ù" ,"Ů" ,"Ų", "∪", "Ụ", "Ủ", "Ư", "Ứ", "Ự", "Ừ", "Ử", "Ữ", "Ũ"]
arrv = ["ν"]
arrvv = ["V", "V", "Ṽ", "Ṿ", "Ꝟ"]
arrw = ["ẃ", "ẁ", "ẅ", "ŵ", "ш", "щ", "ω", "ώ", "ẇ"]
Expand Down

0 comments on commit fabcf17

Please sign in to comment.