Test Perl Unicode normalization process
authorDan Scott <dscott@laurentian.ca>
Thu, 24 Oct 2013 21:44:00 +0000 (17:44 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 1 Nov 2013 22:48:02 +0000 (18:48 -0400)
commit34dad97fdbd2fd464e0a57a657fd8f141a032a95
tree8940092b6922e0446dfe4a82e50f04c48e438c12
parent9356151f4840bc496ed77adfd60559ec4383d675
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