summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-18 16:37:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-18 16:37:26 +0000
commitfba9e08bdd5a995162402be33a34407318531d1a (patch)
treebab8f23586841686027dd1713051fad4a5c797b4 /doio.c
parent0aa2ae9aa90a5d35fadbb5425f7efe27001a4652 (diff)
downloadperl-fba9e08bdd5a995162402be33a34407318531d1a.tar.gz
Disable the UTF8 downgrade croakage for now to avoid
too many not okay messages. p4raw-id: //depot/perl@7357
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/doio.c b/doio.c
index 52dfd6db7d..7c4d3c925f 100644
--- a/doio.c
+++ b/doio.c
@@ -1186,9 +1186,11 @@ Perl_do_print(pTHX_ register SV *sv, PerlIO *fp)
}
/* FALL THROUGH */
default:
+#if 0
/* XXX Fix this when the I/O disciplines arrive. XXX */
if (DO_UTF8(sv))
sv_utf8_downgrade(sv, FALSE);
+#endif
tmps = SvPV(sv, len);
break;
}