Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 57036fb884346f2d6d8c1d90f199df4075b51324
https://github.com/Perl/perl5/commit/57036fb884346f2d6d8c1d90f199df4075b51324
Author: Karl Williamson <[email protected]>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M dist/Data-Dumper/Dumper.pm
M dist/Data-Dumper/Dumper.xs
M dist/Data-Dumper/t/dumper.t
Log Message:
-----------
Data-Dumper: Fixes for EBCDIC
This changes to properly calculate the control characters on EBCDIC
systems. There should be no change to ASCII doe.
Comments are updated and corrected to properly describe the EBCDIC
situation.
The tests change to use the character \xB6, as that means the same in
both character sets, and so works on both without special casing.