We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
This might be an unresolvable issue, but here goes.
Cleaning valid romaji breaks it.
E.g.:
toHiragana(cleanRomaji("DANNA")) // DAN'A // だんあ wrong toHiragana("DANNA") // DANNA // だんな correct
I understand that the rationale behind the following code is to correct outdated writing of romaji
// Convert the NN form into the more common N' str = str.replace(/NN/g, "N'");
but then, how was 旦那 (husband) written? DANNNA?
WDYT?
The text was updated successfully, but these errors were encountered:
/cc @jeresig who originally contributed this useful feature and may have suggestions.
Sorry, something went wrong.
No branches or pull requests
Hi there,
This might be an unresolvable issue, but here goes.
Cleaning valid romaji breaks it.
E.g.:
I understand that the rationale behind the following code is to correct outdated writing of romaji
but then, how was 旦那 (husband) written? DANNNA?
WDYT?
The text was updated successfully, but these errors were encountered: