aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_utils_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
|
* DittoJeremy Kemper2009-11-091-0/+1
|
* Silence warning for Encoding.default_external=Jeremy Kemper2009-09-131-9/+5
|
* Use Encoding.default_external, not _internalJeremy Kemper2009-09-131-8/+8
|
* Add verify and clean methods to ActiveSupport::Multibyte.Michael Koziarski2009-09-041-0/+141
When accepting character input from outside of your application you can't blindly trust that all strings are properly encoded. With these methods you can check incoming strings and clean them up if necessary. Signed-off-by: Michael Koziarski <michael@koziarski.com> Conflicts: activesupport/lib/active_support/multibyte.rb