Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- irb(main):007:0> a = [208,190,208,187,208,190,208,187,208,190,111,108,111,108,111]
- => [208, 190, 208, 187, 208, 190, 208, 187, 208, 190, 111, 108, 111, 108, 111]
- irb(main):008:0> a.pack('C*').force_encoding('UTF-8')
- => "ололоololo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement