You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");
}
The text was updated successfully, but these errors were encountered:
As demonstrated in the documentation, I attempted to use the input
ambição cerra o coração
with Slugify. However, the output I received wasa-ambio-cerra-o-corao
instead of the expecteda-ambicao-cerra-o-coracao
.Environment:
Test Code:
The text was updated successfully, but these errors were encountered: