utf8.c: Don't invert beyond-Unicode code points
authorKarl Williamson <public@khwilliamson.com>
Wed, 28 Sep 2011 01:36:35 +0000 (19:36 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:15:32 +0000 (09:15 -0600)
commit0bda3001dd6310abfca950134ed78f6192d3d8a7
tree44fa1a99c82fae80eda8f6b1f12f9ea86b733f11
parent9ac792f4c8d84f4e7dc8fa8d1eb254f0389b3b38
utf8.c: Don't invert beyond-Unicode code points

The Unicode properties are defined only on Unicode code points.  In the
past, this meant all property matches would fail for non-Unicode code
points.  However, starting with 5.15.1 some properties do succeed.  This
restores the previous behavior.
t/re/pat.t
utf8.c