From: Karl Williamson Date: Mon, 19 Dec 2016 20:25:20 +0000 (-0700) Subject: perlapi: Expand on utf8n_to_uvchr_error X-Git-Tag: v5.25.8~6 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/133551d8ff649a7d72a473f0a71de9c69ac5221f perlapi: Expand on utf8n_to_uvchr_error --- diff --git a/utf8.c b/utf8.c index 8dc6a12..bc7cc06 100644 --- a/utf8.c +++ b/utf8.c @@ -1002,6 +1002,9 @@ C or the C flags. =back +To do your own error handling, call this function with the C +flag to suppress any warnings, and then examine the C<*errors> return. + =cut */