# File lib/jpmobile/util.rb, line 59 def ascii_8bit(str) if str.respond_to?(:force_encoding) str.force_encoding("ASCII-8BIT") end str end