This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Fix utf8 e.g. [\s] under locale
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 21:27:18 +0000 (14:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 20 Feb 2011 00:18:05 +0000 (17:18 -0700)
commitde87c4fec898d44ec7ff4bdaba989015b8ec0089
tree174d0d663a8f1145aaafa052b62f163a25fa4cfb
parent236d7867779a27dce9f2a12d974d7fba484394de
regexec.c: Fix utf8 e.g. [\s] under locale

locale rules are handled improperly for utf8-encoded strings in
bracketed character classes under locale.  This fixes that.
regexec.c
t/re/charset.t