Created
February 3, 2015 07:07
-
-
Save jennifersmith/62dcfd94ce37262fae4b to your computer and use it in GitHub Desktop.
This seemed wonderfully important to me about 10 minutes ago.
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
(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