summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-08-26 16:47:32 -0600
committerKarl Williamson <khw@cpan.org>2016-08-31 20:32:37 -0600
commit52be253637900db8bbf44d387a06af529972b855 (patch)
tree5b2723ee3faf7af3aff6c4fa81bd3767cb955df6 /utf8.c
parent35936d2282751a8303128483385f038a5ac6eaa1 (diff)
downloadperl-52be253637900db8bbf44d387a06af529972b855.tar.gz
utf8.c: Add comments
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index f24402de4e..5a2e808091 100644
--- a/utf8.c
+++ b/utf8.c
@@ -940,6 +940,9 @@ Code points above the platform's C<IV_MAX> will raise a deprecation warning,
unless those are turned off.
=cut
+
+Also implemented as a macro in utf8.h
+
*/
@@ -952,7 +955,8 @@ Perl_utf8_to_uvchr_buf(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen)
ckWARN_d(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY);
}
-/*
+/* This is marked as deprecated
+ *
=for apidoc utf8_to_uvuni_buf
Only in very rare circumstances should code need to be dealing in Unicode