rjbs / App-Uni

command-line utility to find or display Unicode characters
7 stars 3 forks source link

Broken by unicore/Name.pl change in 5.32 #2

Closed ilmari closed 4 years ago

ilmari commented 4 years ago

The return value of require 'unicore/Name.pl' has changed from lines of tab-separated codepoint/name pairs to paragraphs of newline-separated pairs:

$ perl5.30.0 -e 'print require "unicore/Name.pl"' |head -n6
00000   NULL
00000   NUL
00001   START OF HEADING
00001   SOH
00002   START OF TEXT
00002   STX
$ perl5.32.0 -e 'print require "unicore/Name.pl"' |head -n6
00000
NULL

00000
NUL
jjatria commented 4 years ago

This was fixed in 7a064a09e1b and released to CPAN as 9.004