This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reg_fold.t: Allow to work on early Unicodes
authorKarl Williamson <public@khwilliamson.com>
Tue, 27 Mar 2012 16:03:30 +0000 (10:03 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:15 +0000 (08:29 -0600)
commit10329c4752da107c28deb5745c7b34b13c4c575a
treefd8c1f2007392ae7a62baa9c976c6c29059b71a1
parentdbe1ba6ba7a5cdb7b4922771204f7ec0ed88a7b9
reg_fold.t: Allow to work on early Unicodes

If the version of Unicode being compiled doesn't have the modern
casefolding .txt file, get the values from Unicode::UCD.  Also for
EBCDIC, where otherwise the file would have to be translated.
t/re/reg_fold.t