pushtype / push_type

PushType is a modern, open source content management system for Ruby on Rails.
http://www.pushtype.org
Other
290 stars 32 forks source link

Add diacritic support to slug generator #9

Closed erlingur closed 7 years ago

erlingur commented 7 years ago

Added some basic diacritic support to the slug generator so it works a bit better with foreign languages (Icelandic in my case).

erlingur commented 7 years ago

Sweet! 👍

ryenski commented 7 years ago

I'm not sure if this would work in this case, but Rails built-in parameterize takes care of these and other edge cases:

>> "àáâãäåéèêëęėēýÿúûüùūíîïìįīóöôòõøōðæþ".parameterize
=> "aaaaaaeeeeeeeyyuuuuuiiiiiiooooooodaeth"