From: Jarkko Hietaniemi Date: Thu, 14 Feb 2002 14:44:02 +0000 (+0000) Subject: Excise inexact blather. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2babf4b3777eafcbbdf6e9d3882ea082375f0dc0;p=p5sagit%2Fp5-mst-13.2.git Excise inexact blather. p4raw-id: //depot/perl@14687 --- diff --git a/utf8.c b/utf8.c index 0f84d36..71aaf8a 100644 --- a/utf8.c +++ b/utf8.c @@ -1315,11 +1315,6 @@ Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *norma * (usually, but not always multicharacter) * mapping, since any characters in the low 256 * are in Unicode code points, not EBCDIC. - * If we either had a bit in the "special" - * mappings indicating "contains lower 256", - * or if we on EBCDIC platforms regenerate the - * lib/unicore/To/Foo.pl, we could do without - * this, but for now, let's do it this way. * --jhi */ U8 tmpbuf[UTF8_MAXLEN_FOLD+1];