Created
June 15, 2014 12:32
-
-
Save arturdent/e21672eb2865c8b725a2 to your computer and use it in GitHub Desktop.
solution 859
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with 'C*' | |
"João+André".bytes.pack('C*').force_encoding('UTF-8') | |
with 'U*' | |
'Café'.codepoints.pack('U*') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment