]> git.evergreen-ils.org Git - working/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:03:44 +0000 (11:03 -0400)
commitdf7e392a980645f22a220c66147cb1b7537d0314
treefe15bce928ee6c51f3fdf6f9545744936e5ba6e8
parent6bd672af7d6c755c36b65f8efa336002a8a36d5a
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