mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
normalize another unicode symbol
This commit is contained in:
parent
dea500c11d
commit
ff775efeea
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public class CardNameUtil {
|
|||
.replace("û", "u")
|
||||
.replace("í", "i")
|
||||
.replace("ï", "i")
|
||||
.replace("î", "i")
|
||||
.replace("â", "a")
|
||||
.replace("á", "a")
|
||||
.replace("à", "a")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue