This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix up pod for utf8n_to_uvchr_error()
authorKarl Williamson <khw@cpan.org>
Sat, 4 Aug 2018 19:19:58 +0000 (13:19 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 5 Aug 2018 11:52:48 +0000 (05:52 -0600)
commit00d976bbd170bbdc283618817b02b1b8f46bddd4
tree2d22c0e7768b711e9a9f75a7729088871f0cecbf
parenta4ee4fb50b9465c0ded09ff38f68516952970ec8
perlapi: Fix up pod for utf8n_to_uvchr_error()

There are two return flags signalling that the input UTF-8 was malformed
by being too short.  This commit adds detail comparing and contrasting
the meanings of the two
utf8.c