This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: \D and \d should work under locale
authorKarl Williamson <public@khwilliamson.com>
Wed, 16 Mar 2011 17:49:48 +0000 (11:49 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 17 Mar 2011 02:56:27 +0000 (20:56 -0600)
commitbcc0256f98811a88bfdf8444f309ce60909d3bc1
treed0234bd0840ba68c7bb9fa1be75282e0d6cd8cb6
parent871d0d1aa0b41dbd74400c89ecc7738ea63f6594
regcomp.c: \D and \d should work under locale

A number of earlier commits have fixed various places where the code
assumed that digits did not move under locale.  This adds another two,
bringing the code here in line with the other sequences like \w
regcomp.c