projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0aa2ae9
)
Disable the UTF8 downgrade croakage for now to avoid
Jarkko Hietaniemi [Wed, 18 Oct 2000 16:37:26 +0000 (16:37 +0000)]
too many not okay messages.
p4raw-id: //depot/perl@7357
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
52dfd6d
..
7c4d3c9
100644
(file)
--- 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;
}