This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: Increase size of variable that stores UTF8 bytes
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 22:46:33 +0000 (15:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 23:24:05 +0000 (16:24 -0700)
commit45d91b83242e04182e545e492a98ea94c6f0b3d6
tree27b318276c5abe4696a9fee7f38decdffd862a8d
parent3e3c678a0e016dee50e52180a5e5a14b351a4ebd
intrpvar.h: Increase size of variable that stores UTF8 bytes

A Perl utf8 string can occupy 13 bytes.  This only accepted up to 11,
causing a swash assertion failure for very large code points matching
Unicode properties.
intrpvar.h
t/re/pat_advanced.t