Koha/opac
Colin Campbell 263dded818 Bug 6752: Be stricter with utf-8 encoding of output
use encoding(UTF-8) rather than utf-8 for stricter
encoding
Marking output as ':utf8' only flags the data as utf8
using :encoding(UTF-8) also checks it as valid utf-8
see binmode in perlfunc for more details
In accordance with the robustness principle input
filehandles have not been changed as code may make
the undocumented assumption that invalid utf-8 is present
in the imput
Fixes errors reported by t/00-testcritic.t
Where feasable some filehandles have been made lexical rather than
reusing global filehandle vars

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-01-27 12:11:06 +01:00
..
errors
rss
sco Bug 4330: Missing License Statement 2011-11-24 14:15:57 +01:00
changelanguage.pl
ilsdi.pl Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
maintenance.pl
oai.pl Bug 6752: Be stricter with utf-8 encoding of output 2012-01-27 12:11:06 +01:00
opac-account.pl
opac-addbybiblionumber.pl
opac-alert-subscribe.pl
opac-authorities-home.pl
opac-authoritiesdetail.pl
opac-basket.pl
opac-browser.pl
opac-changelanguage.pl
opac-detail.pl Bug 1633: [SIGNED-OFF] Display local cover images 2012-01-24 11:16:04 +01:00
opac-downloadcart.pl
opac-downloadshelf.pl
opac-export.pl Bug 4330: Wrong address for Free Software Foundation 2011-11-24 14:15:55 +01:00
opac-ics.pl
opac-image.pl Bug 1633: QA follow-up 2012-01-24 11:16:10 +01:00
opac-imageviewer.pl Bug 1633: QA follow-up 2012-01-24 11:16:10 +01:00
opac-ISBDdetail.pl
opac-main.pl
opac-MARCdetail.pl 6829 Follow up 2012-01-23 18:08:00 +01:00
opac-messaging.pl
opac-modrequest.pl
opac-mymessages.pl
opac-passwd.pl
opac-privacy.pl
opac-readingrecord.pl
opac-renew.pl
opac-reserve.pl Bug 6328 follow-up for QA comments 2011-11-25 14:00:47 +01:00
opac-review.pl
opac-search-history.pl
opac-search.pl Bug 1633: [SIGNED-OFF] Display local cover images 2012-01-24 11:16:04 +01:00
opac-sendbasket.pl Bug 3651 Follow-up, Require patron login to send shelves and baskets 2012-01-06 15:57:57 +01:00
opac-sendshelf.pl Bug 3651 Follow-up, Require patron login to send shelves and baskets 2012-01-06 15:57:57 +01:00
opac-serial-issues.pl
opac-shelves.pl
opac-showmarc.pl
opac-showreviews.pl Bug 7259 - Show a count of items pending approval on staff client home and tools pages 2011-12-08 12:04:28 +01:00
opac-suggestions.pl
opac-tags.pl
opac-tags_subject.pl
opac-topissues.pl Bug 6947 : opac-topissues.pl wasn't respecting item live itemtypes 2012-01-16 14:53:43 +01:00
opac-user.pl Bug 7337 - "Debarred Until" display in the opac tells patrons they are debarred until the year 9999 2012-01-06 15:08:30 +01:00
opac-userdetails.pl
opac-userupdate.pl Fix for Bug 7006, highlight patron changes in email 2012-01-17 17:38:16 +01:00
unapi