Test Perl Unicode normalization process
authorDan Scott <dscott@laurentian.ca>
Thu, 24 Oct 2013 21:44:00 +0000 (17:44 -0400)
committerDan Wells <dbw2@calvin.edu>
Thu, 20 Feb 2014 15:09:08 +0000 (10:09 -0500)
commitcb501cc75c9b9df3ad796b237ddaf435dc0e2125
tree011f1ab4a4f19c62ea08a202abb1565fc1d22fdb
parent9fa85a2ebaded8dec0f5695f2eb60847a8760015
Test Perl Unicode normalization process

Add some basic tests of our Unicode normalization (and entityization)
process.

Also, 'use utf8;' tells the script that it contains UTF8 characters,
not binary bytes, and resolves a test problem.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
Open-ILS/src/perlmods/t/14-OpenILS-Utils.t