Given that the memory allocated in Perl_bytes_from_utf8 and
authorNicholas Clark <nick@ccl4.org>
Mon, 6 Feb 2006 21:40:57 +0000 (21:40 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 6 Feb 2006 21:40:57 +0000 (21:40 +0000)
commit212542aaa22ee7b99a683bacf00fb323b1c34697
tree7bea56471a199e4c022c494542b85dc8307ad4a4
parent2eb429524bee19249b294c044e4a261d66f56867
Given that the memory allocated in Perl_bytes_from_utf8 and
Perl_bytes_to_utf8 will immediately be written to, I see no need to
allocate it zeroed.

p4raw-id: //depot/perl@27112
utf8.c