diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-31 17:09:53 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-31 19:09:22 -0600 |
commit | e30b2da5d01e80840b115621b2c798c01ff426a2 (patch) | |
tree | cfff601dda8edabc6ee80cc2687e6f2fb44fb43c /utfebcdic.h | |
parent | b985ae615210d15bfa67bddb2118de1c02c21935 (diff) | |
download | perl-e30b2da5d01e80840b115621b2c798c01ff426a2.tar.gz |
utfebcdic.h: Add comments
Diffstat (limited to 'utfebcdic.h')
-rw-r--r-- | utfebcdic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utfebcdic.h b/utfebcdic.h index 7eec66fd0b..23b4ae2014 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -84,6 +84,8 @@ * pages. Best is to convert to I8 before sending them, as the I8 * representation is the same no matter what the underlying code page is. * + * tr16 also says that NEL and LF be swapped. We don't do that. + * * EBCDIC characters above 0xFF are the same as Unicode in Perl's * implementation of all 3 encodings, so for those Step 1 is trivial. * |