Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created July 11, 2014 18:25
Show Gist options
  • Save mikecmpbll/1ff03700cf999f282a89 to your computer and use it in GitHub Desktop.
Save mikecmpbll/1ff03700cf999f282a89 to your computer and use it in GitHub Desktop.
irb(main):043:0> '2X 2T6‎", "province"'.bytes
=> [50, 88, 32, 50, 84, 54, 226, 128, 142, 34, 44, 32, 34, 112, 114, 111, 118, 105, 110, 99, 101, 34]
irb(main):044:0> '2X 2T6", "province"'.bytes
=> [50, 88, 32, 50, 84, 54, 34, 44, 32, 34, 112, 114, 111, 118, 105, 110, 99, 101, 34]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment