utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()
authorKarl Williamson <public@khwilliamson.com>
Mon, 19 Mar 2012 21:13:19 +0000 (15:13 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Mar 2012 00:23:44 +0000 (18:23 -0600)
commit27d6c58a7e12243bef66c58b38e7d1415d9ca07e
tree666b93928ce7261a446a8438e1338099e86f0acf
parentec5f19d09949aac9034bb62ade44ffba8d4d2bb1
utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()

These functions are like utf8_to_uvuni() and utf8_to_uvchr(), but their
name implies that the input UTF-8 has been validated.

They are not currently documented, as it's best for XS writers to call
the functions that do validation.
embed.fnc
embed.h
proto.h
utf8.c