Subject: | v2.00 breaks binary output formats |
Hello,
The newest release of GraphViz2 v2.00 breaks binary output formats.
This can be demonstrated by running one of the demo scripts with 'png'
as the output format. The script will produce a deluge of warnings of
the form:
utf8 "\xEC" does not map to Unicode at
/Users/felliott/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Capture/Tiny.pm
line 278.
and will produce an invalid png.
The culprit is the 'use open' pragma, which turns on the utf-8 encoding
layer, even for binary data.
Cheers,
Fitz Elliott