Deprecate valid_utf8_to_uvuni()
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Feb 2013 03:26:44 +0000 (20:26 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 15:55:57 +0000 (09:55 -0600)
commit5495102afe3b4589647ff274c9692632113ce6f4
tree0e224b3515f19af4c5b6d8773eede5e85b074c4d
parent010ab96b9b802bbf77168b5af384569e053cdb63
Deprecate valid_utf8_to_uvuni()

Now that all the tables are stored in native format, there is very
little reason to use this function; and those who do need this kind of
functionality should be using the bottom level routine, so as to make it
clear they are doing nonstandard stuff.

According to grep.cpan.me, there are no uses of this function in CPAN.
embed.fnc
proto.h
utf8.c