Ruby 1.9 encoding checker
Sometimes it can be really hard to track down what files might not be encoded correctly on Ruby 1.9… This gem makes life simpler by allowing searches from the command-line like ‘find_bad_encodings .’. http://github.com/adamsalter/bad_encodings-ruby19/tree/master
Comments
(Holy spam!)
Also, it’s awesome how much I learn from posts like these. For one, I never knew such a problem existed until I saw this post, and now I’m pre-educated.
Post a comment