ctolkien / Slugify

Simple Slug / Clean URL generator helper for Microsoft .NET framework / .NET Standard.
MIT License
95 stars 13 forks source link

Ignores capital 'I' #10

Open bonesoul opened 5 years ago

bonesoul commented 5 years ago
?slugHelper.GenerateSlug("FIFA 18")
"ffa-18"
"FIFA 18".ToLower()
"fıfa 18"

caused by Turkish encoding.

onur-ozkan commented 4 years ago

+1

ctolkien commented 1 year ago

Someone with a much better understanding of text than me is going to need to assist with this one.

ctolkien commented 1 year ago

Likely relates to #9

ctolkien commented 1 year ago

In fact, is not addressed by #9