diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-09 00:23:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-09 00:23:40 +0000 |
commit | ac5ea53171baa7dab1a92df1eacf8d2fe19cbdbb (patch) | |
tree | 5ce2221e6a7335594861f38233d4d665313a7c82 /djgpp | |
parent | 61a515a61510e728f2014674d12cb94cb5a90834 (diff) | |
download | perl-ac5ea53171baa7dab1a92df1eacf8d2fe19cbdbb.tar.gz |
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
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/config.over | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djgpp/config.over b/djgpp/config.over index 5f58ba70b6..55eef9b9d5 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -46,6 +46,7 @@ repair() -e 's=cwd=Cwd=' \ -e 's=perlio/via=PerlIO/Via=' \ -e 's=xs/typemap=XS/Typemap=' \ + -e 's=unicode/normalize=Unicode/Normalize=' \ -e 's=i18n/langinfo=I18N/Langinfo=' } static_ext=$(repair "$static_ext") |