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