From 4c62bc0b7f0bc25d70ec8e84849660a7101f063d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 12 Jan 2025 15:22:09 -0700 Subject: [PATCH] perlapi: Correct pod for byte_to_utf8 --- utf8.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utf8.c b/utf8.c index 1ff620361526..efc855dfbe8d 100644 --- a/utf8.c +++ b/utf8.c @@ -3280,9 +3280,9 @@ You don't have to know if memory was allocated or not. Just call C unconditionally. C will contain a suitable value to pass to C for it to do the right thing, regardless. -Upon return, the number of variants in the string can be computed by -having saved the value of C<*lenp> before the call, and subtracting it from the -after-call value of C<*lenp>. +Upon return, the number of variants in the string can be computed by having +saved the value of C<*lenp> before the call, and subtracting the after-call +value of C<*lenp> from it. If you want to convert to UTF-8 from encodings other than the native (Latin1 or EBCDIC), see L().