all query body parameters are now decoded from UTF8 to Perl's text string format...
authorChristian Walde <walde.christian@googlemail.com>
Sat, 24 Dec 2011 01:35:25 +0000 (02:35 +0100)
committerMatt S Trout <mst@shadowcat.co.uk>
Mon, 30 Jan 2012 20:09:06 +0000 (20:09 +0000)
commit2993003a82967816ef63c055f39ba90fb34274ac
treea18580998d55526016eb2ce830e4b60cd073c8f3
parent3c39d241ae8ab9165cd4c40d5e090c922ef48d86
all query body parameters are now decoded from UTF8 to Perl's text string format to allow proper UTF8 processing (regexes, etc.)
lib/Web/Dispatch/ParamParser.pm