# File lib/active_support/inflector.rb, line 285 def transliterate(string) warn "Ruby 1.9 doesn't support Unicode normalization yet" string.dup end