This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Unicode::Normalize 0.10, now in XS.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 Nov 2001 00:23:40 +0000 (00:23 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 Nov 2001 00:23:40 +0000 (00:23 +0000)
commitac5ea53171baa7dab1a92df1eacf8d2fe19cbdbb
tree5ce2221e6a7335594861f38233d4d665313a7c82
parent61a515a61510e728f2014674d12cb94cb5a90834
Upgrade to Unicode::Normalize 0.10, now in XS.
The CPAN distribution has both pm and XS implementations,
and for performance reasons we choose the XS.
Another reason to choose the XS is that it doesn't
require Lingua::KO::Hangul::Util, which means that
we can delete that-- which in turn means that Unicode::UCD
cannot expect that: support it, but don't expect.
Ditto Unicode::Collate.

Note that Unicode::Normalize Makefile.PL and
Normalize.xs have been modified from the CPAN 0.10
versions: the first one to be simpler (no pm) and
clean up the generated unf*.h files, the second one
to quench compiler grumblings.  Must notify Sadahiro
about these changes.

p4raw-id: //depot/perl@12909
26 files changed:
MANIFEST
NetWare/Makefile
djgpp/config.over
epoc/config.sh
ext/Unicode/Normalize/Changes [new file with mode: 0644]
ext/Unicode/Normalize/Makefile.PL [new file with mode: 0644]
ext/Unicode/Normalize/Normalize.pm [new file with mode: 0644]
ext/Unicode/Normalize/Normalize.pod [new file with mode: 0644]
ext/Unicode/Normalize/Normalize.xs [new file with mode: 0644]
ext/Unicode/Normalize/README [moved from lib/Unicode/Normalize/README with 75% similarity]
ext/Unicode/Normalize/mkheader [new file with mode: 0644]
ext/Unicode/Normalize/t/func.t [new file with mode: 0644]
ext/Unicode/Normalize/t/norm.t [moved from lib/Unicode/Normalize/t/norm.t with 88% similarity]
ext/Unicode/Normalize/t/test.t [moved from lib/Unicode/Normalize/t/test.t with 87% similarity]
hints/uwin.sh
hints/vmesa.sh
lib/Lingua/KO/Hangul/Util.pm [deleted file]
lib/Lingua/KO/Hangul/Util/Changes [deleted file]
lib/Lingua/KO/Hangul/Util/README [deleted file]
lib/Lingua/KO/Hangul/Util/t/test.t [deleted file]
lib/Unicode/Collate.pm
lib/Unicode/Normalize/Changes [deleted file]
lib/Unicode/UCD.pm
lib/Unicode/UCD.t
win32/Makefile
win32/makefile.mk