Hi,

DiacriticsFu is a gem that relies on ActiveSupport to remove accents
and other diacritics from a string. I use it when I need to generate
urls on non-english-speaking CMS or blogs.

Release 1.0.1 brings support for Rails 2.2+ (patch courtesy of Nicolas
Fouché).

=== installation ===

gem sources -a http://gems.github.com

sudo gem install thbar-diacritics_fu

(alternatively, clone from http://github.com/thbar/diacritics_fu/tree/master)

=== compatibility ===

DiacriticsFu has been tested against the following versions of
ActiveSupport: 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.2, 2.0.1, 1.4.4,
1.4.2.

=== examples ===

DiacriticsFu::escape("éphémère")
=> "ephemere"

DiacriticsFu::escape("räksmörgås")
=> "raksmorgas"

=== feedback ? ===

In case you meet any issue, drop a mail ([EMAIL PROTECTED]).

cheers,

Thibaut Barrère
--
http://blog.logeek.fr
http://evolvingworker.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to