Create internal _is_utf8_mark()
authorKarl Williamson <public@khwilliamson.com>
Thu, 20 Dec 2012 16:29:36 +0000 (09:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:33 +0000 (11:11 -0700)
commit7dbf68d2396b16bcbba2780133a8c8aa3b172884
tree5ad51efe02db18c07b01f97e2f4d8dcc52923db6
parent5ac65bffc18d1c86e719feb45600a976e397ac76
Create internal _is_utf8_mark()

This is so we can deprecate non-core use of the existing one in a future
commit.  XS coders should be using the macros in handy.h instead of
calling such functions directly.  A future commit will deprecate all of
them, but first the core uses of this one must change so they don't
generate deprecation messages.  I will not have a chance to look for
some time, but I suspect that most uses of this function in the core
should be changed to use something else, but in the meantime, the
non-core uses can be deprecated.
embed.fnc
embed.h
pp.c
proto.h
toke.c
utf8.c