aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_utils_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove more dead code from AS.José Valim2011-12-201-15/+5
|
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-44/+10
| | | | | | There are a bunch of other implicit branches that adds 1.8.x specific code that still needs to be removed. Pull requests for those cases are welcome.
* 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