Commit Graph

5 Commits

Author SHA1 Message Date
Arun Agrawal ec7457ed2a Removing extra requires from the test. Already loaded in abstract_unit. 2011-07-31 23:36:21 +05:30
Jeremy Kemper feaa762e40 Ditto 2009-11-09 16:59:38 -08:00
Jeremy Kemper cce2112f12 Silence warning for Encoding.default_external= 2009-09-13 04:48:40 -07:00
Jeremy Kemper 91ffddca57 Use Encoding.default_external, not _internal 2009-09-13 04:43:41 -07:00
Michael Koziarski 9a73630d93 Add verify and clean methods to ActiveSupport::Multibyte.
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
2009-09-04 09:25:38 +12:00