Sha256: cdf4ba47060e93dfbb488981ea58bab3b404d1158506715b5008a9eb364eda1a
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
module PagSeguro module Utils extend self def to_utf8(string) string.to_s.unpack('C*').pack('U*') end def to_iso8859(string) string.to_s.unpack('U*').pack('C*') end end end
Version data entries
5 entries across 5 versions & 1 rubygems