Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ditto | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 |
| | |||||
* | Silence warning for Encoding.default_external= | Jeremy Kemper | 2009-09-13 | 1 | -9/+5 |
| | |||||
* | Use Encoding.default_external, not _internal | Jeremy Kemper | 2009-09-13 | 1 | -8/+8 |
| | |||||
* | Add verify and clean methods to ActiveSupport::Multibyte. | Michael Koziarski | 2009-09-04 | 1 | -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 |