UnicodePurifier =============== While many unicode fixes have made it into Rails 2.0, evil Windows-1252 characters can still sneak through the system. This plugin filters all incoming params to convert these evil characters. It also normalizes params to the :c form. Some code was adapted from the unicode_hacks plugin, http://julik.textdriven.com/svn/tools/rails_plugins/unicode_hacks/ Released under the MIT License. See LICENSE for details.