Tell 01-OpenILS-Application.t it contains utf8
authorDan Scott <dscott@laurentian.ca>
Tue, 22 Oct 2013 14:15:37 +0000 (10:15 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 22 Oct 2013 14:15:37 +0000 (10:15 -0400)
'use utf8;' tells the script that it contains UTF8 characters, not
binary bytes, and resolves a test problem.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/t/01-OpenILS-Application.t