This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add utf8n_to_uvchr_msgs()
authorKarl Williamson <khw@cpan.org>
Sun, 28 Jan 2018 00:43:00 +0000 (17:43 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 30 Jan 2018 15:54:40 +0000 (08:54 -0700)
commit37657a5b6c74c2e0dea5f3efa1407aaf51790d35
tree036aea678aa33bccd84180ffce17c6800ad83d0f
parent0b08cab0fc46a5f381ca18a451f55cf12c81d966
Add utf8n_to_uvchr_msgs()

This UTF-8 to code point translator variant is to meet the needs of
Encode, and provides XS authors with more general capability than
the other decoders.
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/utf8_warn_base.pl
proto.h
utf8.c
utf8.h