]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
do not double-decode unicode in CGI forms
authorAntoine Beaupré <anarcat@koumbit.org>
Wed, 10 Sep 2014 03:11:51 +0000 (23:11 -0400)
committerAntoine Beaupré <anarcat@koumbit.org>
Wed, 10 Sep 2014 03:11:51 +0000 (23:11 -0400)
commitfeb21ebfacb341fc34244e1c9b8557fd81d1dfc1
treee7d6713f00987a39f24bfd045d4f318e08678fa4
parent6057107d71e9944bd6fd7093060e4297e617733e
do not double-decode unicode in CGI forms

this works around a behavior change introduced in Encode.pm 2.53
shipped with the Perl 5.20 release described here:

http://ikiwiki.info/bugs/garbled_non-ascii_characters_in_body_in_web_interface/
IkiWiki/CGI.pm