module Satyr
Ruby bindings for libsatyr
Public Class Methods
set_encoding(str)
click to toggle source
# File lib/satyr.rb, line 6 def self.set_encoding str str.force_encoding('UTF-8') if str.respond_to? :force_encoding str end