Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
Created February 3, 2015 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennifersmith/62dcfd94ce37262fae4b to your computer and use it in GitHub Desktop.
Save jennifersmith/62dcfd94ce37262fae4b to your computer and use it in GitHub Desktop.
This seemed wonderfully important to me about 10 minutes ago.
(33..255).map {|x| windoze = x.chr(Encoding::CP1250); [x, windoze , begin windoze.encode(Encoding::UTF_8) rescue 'ass' end]}.select{|x| x[1] != x[2]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment