Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing characters #19

Open
sylva1717 opened this issue Apr 1, 2020 · 1 comment
Open

Missing characters #19

sylva1717 opened this issue Apr 1, 2020 · 1 comment

Comments

@sylva1717
Copy link

Characters é and É are missing from the LATIN 1 charset.

Thanks for the awesome library!

@khuccui2002
Copy link

khuccui2002 commented Nov 9, 2020

I found some missing unicode characters , please have a look.
Thanks!

//Mising chars
'à' => 'a',
'é' => 'e',
'è' => 'e',
'É' => 'E',
'ì' => 'i',
'ò' => 'o',
'ù' => 'u',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants