-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the problem
As some users may used old keyboards containing wrong chars / non standardized chars introduced some years ago, I suggest to add some quality check for kabyle (which is my mother tongue).
I'll introduce a PR, please check if it need review.
Thanks,
Solution brainstorm
We need to notify visually the user and suggest fixes :
"\u03b3": "\u0263", # γ → ɣ
"\u0393": "\u0194", # Γ → Ɣ
"\u03b5": "\u025b", # ε → ɛ
"\u0395": "\u0190", # Ε → Ɛ
"\u011f": "\u01e7", # ğ → ǧ
"\u011e": "\u01e6", # Ğ → Ǧ
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response