This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Handle Unicode 3.0.1 /i Turkish "i" rules
authorKarl Williamson <khw@cpan.org>
Wed, 24 Jun 2015 17:22:02 +0000 (11:22 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 29 Jul 2015 04:15:53 +0000 (22:15 -0600)
commit74894415ca2c741e195e52206c87de057ba140df
tree1cd6c9d74ee0e152e74d75d106cb398b95a65fc9
parenta0ffb25eac2feb58940d30f2898baea7460aff03
Handle Unicode 3.0.1 /i Turkish "i" rules

Actually, there are no special rules for this Unicode release.  All the
4 "i" characters are considered equivalent under /i only in this
release.  (Upper and lowercase dotted and dotless "i").  This
adds special cases that are only compiled in for that release.
charclass_invlists.h
lib/Unicode/UCD.t
lib/unicore/mktables
regcharclass.h
regcomp.c
utf8.c
utf8.h