p4raw-id: //depot/perl@15380
Revision history for Perl extension Unicode::Normalize.
+0.16 Thu Mar 21 13:36:14 2002
+ - synchronization with bleadperl.
+ - Change 15318: by jhi
+ - Change 15319: by jhi
+
0.15 Tue Mar 19 22:04:07 2002
- Quick check is implemented.
- decompose(), reorder(), and compose() are documented.
BEGIN {
if (ord("A") == 193) {
- die "Unicode::Normalize not ported to EBCDIC\n";
+ die "Unicode::Normalize not ported to EBCDIC\n";
}
}
use warnings;
use Carp;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
our $PACKAGE = __PACKAGE__;
require Exporter;