]> git.evergreen-ils.org Git - Evergreen.git/commit
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:30:24 +0000 (10:30 -0500)
commit8eac27bbd39fdecba48384616be8a4eb65181faf
tree9d148b25ce871c24460cdba23c6a9a6ab1e1954d
parentac6e09858687f945f94d0d311b19f3c3bf117bd2
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>
Conflicts:
Open-ILS/src/perlmods/t/14-OpenILS-Utils.t
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
Open-ILS/src/perlmods/t/14-OpenILS-Utils.t