nice-map-urls icon indicating copy to clipboard operation
nice-map-urls copied to clipboard

UTF8 Problem

Open jcrombez opened this issue 12 years ago • 1 comments
trafficstars

"France, Île de france, Paris, Champs-Élysées"

become

"/france/le-de-france/paris/champs-lyses"

instead of

"/france/ile-de-france/paris/champs-elysees

jcrombez avatar Apr 29 '13 09:04 jcrombez

Hi, I've submitted https://github.com/bnolan/nice-map-urls/pull/4 Let me know if that works. I hate encodings as much as everyone else, make sure everything is set up correctly.

I'm more a GetText-guy than Rails-I18N but at least this solution will let you set up custom transliterations: http://apidock.com/rails/v3.2.13/ActiveSupport/Inflector/transliterate

abelards avatar Sep 05 '13 15:09 abelards