File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1304,6 +1304,8 @@ C<*retlen> with the C<uvchr> family of functions (for the worse). It is not
1304
1304
likely to be of use to you. You can use C<UTF8_ALLOW_ANY> (described below) to
1305
1305
also turn off warnings, and that flag doesn't adversely affect C<*retlen>.
1306
1306
1307
+ This flag is ignored if C<UTF8_DIE_IF_MALFORMED> is also set.
1308
+
1307
1309
=item C<UTF8_FORCE_WARN_IF_MALFORMED>
1308
1310
1309
1311
Normally, no warnings are generated if warnings are turned off lexically or
@@ -1415,8 +1417,6 @@ If the function would otherwise return C<false>, it instead croaks. The
1415
1417
C<UTF8_FORCE_WARN_IF_MALFORMED> flag is effectively turned on so that the cause
1416
1418
of the croak is displayed.
1417
1419
1418
- This flag is ignored if C<UTF8_CHECK_ONLY> is also set.
1419
-
1420
1420
=back
1421
1421
1422
1422
=for apidoc utf8_to_uv_msgs
You can’t perform that action at this time.
0 commit comments