diff options
author | Karl Williamson <khw@cpan.org> | 2016-12-19 14:04:10 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-12-19 14:27:06 -0700 |
commit | e0e0cbdbdf191c2840d0c02cb9a005fa990474e8 (patch) | |
tree | 3ad12478ea496b68ca773d2fb53dc6e0623a7811 /utfebcdic.h | |
parent | 133551d8ff649a7d72a473f0a71de9c69ac5221f (diff) | |
download | perl-e0e0cbdbdf191c2840d0c02cb9a005fa990474e8.tar.gz |
utfebcdic.h: Fix typo in comment
Spotted by Christian Hansen
Diffstat (limited to 'utfebcdic.h')
-rw-r--r-- | utfebcdic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utfebcdic.h b/utfebcdic.h index 90bdf30ca5..08b934b129 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -191,7 +191,7 @@ above what a 64 bit word can hold I8 Code Points 1st Byte 2nd Byte 3rd 4th 5th 6th 7th 8th 9th-14th - 0x0000..0x00BF 00..BF + 0x0000..0x009F 00..9F 0x00A0..0x00FF * C5..C7 A0..BF U+0100..U+03FF C8..DF A0..BF U+0400..U+3FFF * E1..EF A0..BF A0..BF |