]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Subclass CGI (and create TT plugin wrapper for the subclass) to get utf8 params
authorsenator <lebbeous@esilibrary.com>
Mon, 7 Mar 2011 18:15:03 +0000 (13:15 -0500)
committersenator <lebbeous@esilibrary.com>
Mon, 7 Mar 2011 18:15:03 +0000 (13:15 -0500)
commitc1d429c3f8683489661249a2d60d3e83ec2e4324
tree0242e0f80dfdf7c6e8375df26f423e4d33df976f
parente881edfe507a8f88c9fc8514c90171ab65e94501
Subclass CGI (and create TT plugin wrapper for the subclass) to get utf8 params

The CGI module configuration option -utf8 just doesn't seem to do the
trick.  I could have missed something, but this works and isn't too
awful.
Open-ILS/src/perlmods/lib/OpenILS/WWW/CGIUTF8.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb/CGIUTF8.pm [new file with mode: 0644]
Open-ILS/web/templates/default/opac/parts/header.tt2
Open-ILS/web/templates/default/opac/parts/place_hold.tt2