regcomp.c: change pattern to utf8 if needed in \N{}
authorKarl Williamson <public@khwilliamson.com>
Wed, 8 Aug 2012 03:06:06 +0000 (21:06 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 12 Aug 2012 01:32:31 +0000 (19:32 -0600)
commit78412e20d4b28d3841c99754748aa4a28fe204d3
tree89e1c624f37ca71885badaf19b018e0fadb2a428
parent8aa72352894d87fd71e434e16412ddf35fb57bda
regcomp.c: change pattern to utf8 if needed in \N{}

This patch is in preparation for future patches that will no longer
always make any pattern that contains \N{} be encoded in UTF-8.  Thus
this patch doesn't actually change anything, but enables future ones.
regcomp.c