Branch: refs/heads/gh-18764-dumper-unicode-qr-redux
Home: https://github.com/Perl/perl5
Commit: f535e35c1da440e2c2e5e578a38edae7c4abba76
https://github.com/Perl/perl5/commit/f535e35c1da440e2c2e5e578a38edae7c4abba76
Author: Aaron Crane <[email protected]>
Date: 2021-05-06 (Thu, 06 May 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: rework Unicode-in-qr support
The previous approach was to upgrade the output to the internal UTF-8
encoding when dumping a regex containing supra-Latin-1 characters. That
has the disadvantage that nothing else generates wide characters in the
output, or even knows that the output might be upgraded.
A better approach, and one that's more consistent with the one taken for
string literals, is to use `\x{…}` notation where needed.
Closes #18764
Commit: bd0e204f8bf58ba90b29995cb869419aa34a56de
https://github.com/Perl/perl5/commit/bd0e204f8bf58ba90b29995cb869419aa34a56de
Author: Aaron Crane <[email protected]>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M dist/Data-Dumper/Dumper.pm
Log Message:
-----------
Bump Data::Dumper version to 2.179
Compare: https://github.com/Perl/perl5/compare/f535e35c1da4%5E...bd0e204f8bf5