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

Czech rules missing several characters #333

Open
petr-panek opened this issue Oct 10, 2023 · 0 comments
Open

Czech rules missing several characters #333

petr-panek opened this issue Oct 10, 2023 · 0 comments

Comments

@petr-panek
Copy link

petr-panek commented Oct 10, 2023

missing characters: Á, É, Í, Ľ, Ó, Ú, Ý, á, é, í, ľ, ó, ú, ý

whole rule definition:
'czech' =>
array (
'Á' => 'A',
'Č' => 'C',
'Ď' => 'D',
'Ě' => 'E',
'É' => 'E',
'Í' => 'I',
'Ľ' => 'L',
'Ň' => 'N',
'Ó' => 'O',
'Ř' => 'R',
'Š' => 'S',
'Ť' => 'T',
'Ů' => 'U',
'Ú' => 'U',
'Ž' => 'Z',
'á' => 'a',
'č' => 'c',
'ď' => 'd',
'ě' => 'e',
'é' => 'e',
'í' => 'i',
'ľ' => 'l',
'ň' => 'n',
'ó' => 'o',
'ř' => 'r',
'š' => 's',
'ť' => 't',
'ů' => 'u',
'ú' => 'u',
'ý' => 'y',
'ž' => 'z',
),

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

1 participant