# File lib/satyr.rb, line 6
  def self.set_encoding str
    str.force_encoding('UTF-8') if str.respond_to? :force_encoding
    str
  end