Data-Printer icon indicating copy to clipboard operation
Data-Printer copied to clipboard

show_unicode is documented as being on by default, but it isn't

Open grr opened this issue 3 years ago • 0 comments

The documentation in lib/Data/Printer.pm and lib/Data/Printer/Object.pm both say that show_unicode is on by default. But that is not true. The code in the latter file explicitly defaults the value to 0: ...::_fetch_scalar_or_default($props, 'show_unicode', 0);

grr avatar Mar 09 '22 10:03 grr