Testing Ruby's Unicode Support
To see how far Ruby’s Unicode support has come, I tested every string method to see which ones violate the principle of least surprise. The results are presented as a handy table that you can reference to see which string manipulation methods are Unicode-unfriendly. - http://blog.honeybadger.io/ruby-s-unicode-support/
Post a comment