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

diacritic character has been removed without replacing with undiacritic character #8

Open
trunkey2003 opened this issue Feb 27, 2024 · 0 comments

Comments

@trunkey2003
Copy link

trunkey2003 commented Feb 27, 2024

As demonstrated in the documentation, I attempted to use the input ambição cerra o coração with Slugify. However, the output I received was a-ambio-cerra-o-corao instead of the expected a-ambicao-cerra-o-coracao.

Environment:

  • .NET Version: 8.0.102
  • Slugify.Core Version: 4.0.1

Test Code:

public static string GenerateSlug(string title)
{
    SlugHelper slug = new SlugHelper();
    return slug.GenerateSlug("a ambição cerra o coração");
}
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