# File lib/jpmobile/util.rb, line 82 def hash_to_utf8(hash) new_hash = {} hash.each do |keu, value| new_hash[utf8(key)] = utf8(value) end end