diff options
author | Karl Williamson <khw@cpan.org> | 2016-12-14 11:38:12 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-12-14 12:00:48 -0700 |
commit | 7a65503b47db3b8dbe630d34b49208a49fc80c51 (patch) | |
tree | 1d156a555f6974c89a0f5af76080f34f1083908a /utf8.c | |
parent | 550da823671593422eeea6b6b8345c29de1a11ba (diff) | |
download | perl-7a65503b47db3b8dbe630d34b49208a49fc80c51.tar.gz |
perlapi: Clarify entry for utf8n_to_uvchr()
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -937,7 +937,7 @@ to a C<U32> variable, which this function sets to indicate any errors found. Upon return, if C<*errors> is 0, there were no errors found. Otherwise, C<*errors> is the bit-wise C<OR> of the bits described in the list below. Some of these bits will be set if a malformation is found, even if the input -C<flags> parameter indicates that the given malformation is allowed; the +C<flags> parameter indicates that the given malformation is allowed; those exceptions are noted: =over 4 |