/iaa doesn't work when the result is trie'd
authorKarl Williamson <public@khwilliamson.com>
Sun, 8 May 2011 15:59:13 +0000 (09:59 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 03:56:18 +0000 (21:56 -0600)
commitfbebf34e35d51a2b213ac62fcb4377eda8df2112
tree9d6abe448d67572a71f9c36d841b264fc4720884
parent2d42416a02614605eeb3a0729d0e8ba1d00df028
/iaa doesn't work when the result is trie'd

It turns out that caseless tries currently only work on UTF-8 EXACTFU
nodes.  The code attempted to test that by using UNI_SEMANTICS, but that
doesn't actually work; what is important is the semantics of the current
node.
regcomp.c
t/re/fold_grind.t