diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-14 14:44:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-14 14:44:02 +0000 |
commit | 2babf4b3777eafcbbdf6e9d3882ea082375f0dc0 (patch) | |
tree | f7e73501b13099cc30a67a19f011893648cb2f54 /utf8.c | |
parent | 17e638fee421d7249f41de02ebe6cb9c4efb477e (diff) | |
download | perl-2babf4b3777eafcbbdf6e9d3882ea082375f0dc0.tar.gz |
Excise inexact blather.
p4raw-id: //depot/perl@14687
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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]; |