This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Create API so internals can be hidden
authorKarl Williamson <public@khwilliamson.com>
Mon, 16 Jul 2012 04:01:52 +0000 (22:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jul 2012 15:39:06 +0000 (09:39 -0600)
commitafb790dd4ff01f57e25399cc548ef7f9609a1ad2
treeb1f089df75cf221a9e9b045d879755b8046b7842
parent8b27d3db700fc2fce268e3d78e221a16ccaca2e8
utf8.c: Create API so internals can be hidden

This creates a function to hide some of the internal details of swashes
from the regex engine, which is the only authorized user, enforced
through #ifdefs in embed.fnc.  These work closely together, but it's
best to have a clean interface.
embed.fnc
embed.h
proto.h
regcomp.c
utf8.c