G
Gra
I'm trying to reconcile two lists of names. My problem is that one list of
names contains true spellings, including characters from the Hungarian
alphabet (for example, accents, circumflexes, etc). The other list just uses
the English alphabet, and just drops all the special characters, replacing
them with the English alphabet equivalent. For example, an "a" with an
accent, just becomes an "a". "Gábor" becomes plain "Gabor".
Is there an easy way to convert the list using the Hungarian alphabet to the
English equivalent?
names contains true spellings, including characters from the Hungarian
alphabet (for example, accents, circumflexes, etc). The other list just uses
the English alphabet, and just drops all the special characters, replacing
them with the English alphabet equivalent. For example, an "a" with an
accent, just becomes an "a". "Gábor" becomes plain "Gabor".
Is there an easy way to convert the list using the Hungarian alphabet to the
English equivalent?