summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-12-19 13:25:20 -0700
committerKarl Williamson <khw@cpan.org>2016-12-19 14:27:03 -0700
commit133551d8ff649a7d72a473f0a71de9c69ac5221f (patch)
tree8503be5a4b1ff7194dfec7d9bf047f6390c54c37
parent21da7284d6090cdcf2be93de47dfe3e32cbaf6c4 (diff)
downloadperl-133551d8ff649a7d72a473f0a71de9c69ac5221f.tar.gz
perlapi: Expand on utf8n_to_uvchr_error
-rw-r--r--utf8.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 8dc6a12c07..bc7cc0638c 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1002,6 +1002,9 @@ C<UTF8_DISALLOW_SURROGATE> or the C<UTF8_WARN_SURROGATE> flags.
=back
+To do your own error handling, call this function with the C<UTF8_CHECK_ONLY>
+flag to suppress any warnings, and then examine the C<*errors> return.
+
=cut
*/