This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement multicharacter case mappings where a single
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 21 Oct 2001 16:12:08 +0000 (16:12 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 21 Oct 2001 16:12:08 +0000 (16:12 +0000)
commit983ffd37e39751798fdd14853511af238c5fe291
tree6187c0ad68570488854d02859a100a727b1f973c
parentb050c948e7b63d3513ca9c148115d3ea439bf57f
Implement multicharacter case mappings where a single
Unicode character can be mapped into several.

p4raw-id: //depot/perl@12546
16 files changed:
MANIFEST
embed.h
embed.pl
global.sym
lib/unicore/To/Lower.pl
lib/unicore/To/SpecLower.pl [deleted file]
lib/unicore/To/SpecTitle.pl [deleted file]
lib/unicore/To/SpecUpper.pl [deleted file]
lib/unicore/To/Title.pl
lib/unicore/To/Upper.pl
lib/unicore/mktables
pod/perlfunc.pod
pod/perlunicode.pod
proto.h
t/op/lc.t
utf8.c