Revision history for Perl extension Catalyst::Plugin::Unicode::Encoding 1.8 2012-07-18 20:28:00 - Work correcly with Shift_JIS and other encodings whos names are not upper case. RT#69677 1.7 2012-05-09 22:13:00 - Add proper tests for charset parsing issues. - Fix all known charset parsing issues. 1.6 2012-05-05 14:18:00 - And another issue with the same regex. RT#75006 1.5 2012-03-15 18:32:00 - Fix issue with regex in last release. RT#75006 1.4 2012-03-13 22:28:00 - Get charset parsing more correct in less trivial cases. RT#75006 1.3 2011-11-22 19:38:00 - Correctly decode nested parameters (from Catalyst::Plugin::Params::Nested) - Require Class::Data::Inheritable. RT#71674 - Require newer LWP version to avoid versions with unicode bugs. RT#64427 1.2 2011-09-07 21:19:00 - Use a callback in failed decoding process so that the app has a chance to handle it nicely 1.1 2010-07-05 17:52:00 - Skip Mech tests unless TWMC is a high enough version. (RT#55302) - Move Pod tests to only run for module authors - Do encoding slightly later so that we can catch the output of finalize_error. Encoding now happens before finalize_headers rather than before finalize. 1.0 2010-05-04 21:46:00 - Fix version number to be higher. 0.10 2010-05-04 21:30:00 - Correctly decode UTF-8 URI Encoded (as per RFC3986) into $c->request->captures (wreis) 0.9 2010-03-07 22:50:00 - Correctly decode UTF-8 URI Encoded (as per RFC3986) into $c->request->arguments - Test for this (u-foka) 0.8 2010-01-11 13:36:16 - Don't fail tests if we have an old version of URI::Escape installed. 0.7 2009-12-21 21:30:12 - Make Test::WWW::Mechanize::Catalyst an optional dependency. 0.6 2009-11-16 20:45:43 - Fix missing dependency for the tests. - Avoid LWP releases which break the tests by messing up unicode. 0.5 2009-11-05 02:03:44 - Decode $c->req->query_parameters, $c->req->body_parameters - Decode file upload filenames in parameters - Decode filenames in file upload objects - Don't die if content already in character octets is encountered 0.4 2009-10-16 17:07:07 - Fix bug causing Encode to segfault in some cases - Fix broken tests 0.3 2009-05-28 19:01:15 - Switch to Module::Install - Require Catalyst 5.8 - Allow setting undef encoding (per request) to disable default of UTF-8 - Don't overwrite encoding set in content types: "text/html; charset=utf-8" - Handles the latin-1 (i.e. e-accute) case of encoding that everyone else forgets - Copy live tests from Catalyst::Plugin::Encoding - Fix bug with setting encoding in config (test from abraxxa) 0.2 2009-04-28 11:43:00 - Switch to MRO::Compat for Catalyst 5.8 0.1 2005-06-17 23:29:00 - inital CPAN release.