XML CleansingWhen writing XML, all text should be converted to UTF8 if it's not coming from a known source. This blog post provides a ruby function to do the conversion.#ruby#xml#encoding#unicode·intertwingly.net·Aug 14, 2006XML Cleansing
Secure UTF-8 Input in Rails - igvita.comdon't trust incoming UTF-8 input in rails#encoding#unicode#ruby#rails#programming·igvita.com·Jun 6, 2007Secure UTF-8 Input in Rails - igvita.com
How do I replace accented Latin characters in Ruby? - Stack Overflow#ruby#unicode#normalisation#encoding·stackoverflow.com·Jun 22, 2009How do I replace accented Latin characters in Ruby? - Stack Overflow
Soapboxinteresting rant about ruby 1.9's encoding support. Most it it resonates strongly with my opinions.#ruby#programming#unicode#utf-8#encoding·github.com·Mar 3, 2010Soapbox
Ruby 1.9 Encodings: A Primer and the Solution for Rails « Katz Got Your Tongue?Another clear summary of the encoding mess of 1.9. With great power comes great ways to shoot yourself in the foot.#ruby#programming#unicode#encoding#utf-8#rails·yehudakatz.com·May 6, 2010Ruby 1.9 Encodings: A Primer and the Solution for Rails « Katz Got Your Tongue?
removing illegal bytes for encoding in ruby 1.9+ strings | Bibliographic Wilderness#ruby#programming#unicode#encoding·bibwild.wordpress.com·Nov 20, 2013removing illegal bytes for encoding in ruby 1.9+ strings | Bibliographic Wilderness