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

Feature/remove letter accents #387

Merged
merged 5 commits into from
Nov 7, 2018

Conversation

klaxon1
Copy link
Contributor

@klaxon1 klaxon1 commented Oct 11, 2018

to resolve #363
replace certain accent / diacritic character to more of a ABC

input:

à, è, ì, ò, ù  À, È, Ì, Ò, Ù
á, é, í, ó, ú, ý Á, É, Í, Ó, Ú, Ý
â, ê, î, ô, û Â, Ê, Î, Ô, Û
ã, ñ, õ Ã, Ñ, Õ
ä, ë, ï, ö, ü, ÿ Ä, Ë, Ï, Ö, Ü, Ÿ
å, Å

output:

a, e, i, o, u  A, E, I, O, U
a, e, i, o, u, y A, E, I, O, U, Y
a, e, i, o, u A, E, I, O, U
a, n, o A, N, O
a, e, i, o, u, y A, E, I, O, U, Y
a, A

@n1474335 n1474335 merged commit 3089c39 into gchq:master Nov 7, 2018
@n1474335
Copy link
Member

n1474335 commented Nov 7, 2018

Thanks very much for this, it's really useful.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

Feature request: Convert Accented Character to Latin Character
2 participants