regexec.c: Bypass unneeded step
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 Nov 2011 20:05:19 +0000 (13:05 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Nov 2011 20:41:41 +0000 (13:41 -0700)
commitad0bff0e77747aa0f8ed3ded63adc50a799ef2ec
tree8989c180736309b89a12c3d810a0af54ef5093d6
parentc81f2f9ea8eb90e45572309066100520982bddbe
regexec.c: Bypass unneeded step

We don't have to convert from utf8 to code point to fold; instead can
call the function that starts from utf8
regexec.c