]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1624846 Add charset declaration to TPAC print output
authorDan Scott <dscott@laurentian.ca>
Sun, 18 Sep 2016 13:16:27 +0000 (09:16 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 20 Sep 2016 15:04:10 +0000 (11:04 -0400)
commit7ff929013d500a09a79283e19934cb9e74064a74
tree33f0ff66b985618ea1d6a3f876fff64d542d0f99
parent2bcbdfd88effc5d56fb1b6b774ad2d295b530ae7
LP#1624846 Add charset declaration to TPAC print output

Non-ASCII characters were printed incorrectly in some browsers, such as
Firefox, that still default to ISO-8859-1 encodings in the absence of a
specifically declared encoding.

Our output encoding will always be UTF-8, so declare it.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/myopac/receipt_print.tt2
Open-ILS/src/templates/opac/record/print.tt2