Skip to content

Instantly share code, notes, and snippets.

@zbskii
Created August 20, 2012 20:12
Show Gist options
  • Save zbskii/3407435 to your computer and use it in GitHub Desktop.
Save zbskii/3407435 to your computer and use it in GitHub Desktop.
Sigh
1.9.2p320 :006 > x
=> ["𠜎"]
1.9.2p320 :007 > x.to_json
=> "[\"\\u070e\"]"
1.9.2p320 :008 > JSON.dump x
=> "[\"𠜎\"]"
@pheaver
Copy link

pheaver commented Aug 20, 2012

SO STUPID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment