]> 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>
Tue, 14 Jan 2014 19:53:16 +0000 (14:53 -0500)
commitd475ebc610dfceb11cd34125b5a06c7f530f0ea6
tree95b41fc8d754009c6b203a8dfb6d919a5853e9e0
parent796cf6bcb0d9b7c721bc48492595141f93243b76
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