Commit fca6c50c273940feafe4c9e3ab4ee78eafb9411d

Authored by Rafael Manzo
1 parent 976e1399

added utf-8 encoding

lib/noosfero.rb
  1 +# encoding: utf-8
  2 +
1 3 require 'fast_gettext'
2 4  
3 5 module Noosfero
... ...
lib/noosfero/core_ext/string.rb
  1 +# encoding: utf-8
  2 +
1 3 class String
2 4  
3 5 TRANSLITERATIONS = {
... ...