summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-14 14:44:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-14 14:44:02 +0000
commit2babf4b3777eafcbbdf6e9d3882ea082375f0dc0 (patch)
treef7e73501b13099cc30a67a19f011893648cb2f54 /utf8.c
parent17e638fee421d7249f41de02ebe6cb9c4efb477e (diff)
downloadperl-2babf4b3777eafcbbdf6e9d3882ea082375f0dc0.tar.gz
Excise inexact blather.
p4raw-id: //depot/perl@14687
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/utf8.c b/utf8.c
index 0f84d3621a..71aaf8aa6a 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];