Slugify
Slugify copied to clipboard
Ignores capital 'I'
?slugHelper.GenerateSlug("FIFA 18")
"ffa-18"
"FIFA 18".ToLower()
"fıfa 18"
caused by Turkish encoding.
+1
Someone with a much better understanding of text than me is going to need to assist with this one.
Likely relates to #9
In fact, is not addressed by #9