From: Jarkko Hietaniemi Date: Tue, 4 Dec 2001 01:26:38 +0000 (+0000) Subject: I think it's time to call the utf8 code non-test. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d3319729c6fe0d72cdbd428e7b87d7027aa423b;p=p5sagit%2Fp5-mst-13.2.git I think it's time to call the utf8 code non-test. p4raw-id: //depot/perl@13450 --- diff --git a/utf8.c b/utf8.c index 6408b60..3a5c1ec 100644 --- a/utf8.c +++ b/utf8.c @@ -50,7 +50,7 @@ Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) *d++ = UTF_TO_NATIVE(uv); return d; } -#if defined(EBCDIC) || 1 /* always for testing */ +#if defined(EBCDIC) else { STRLEN len = UNISKIP(uv); U8 *p = d+len-1;