On a related note, Dumpfile::new invokes binmode on the output dump file.
Should it instead invoke:
binmode $fh, ":utf8";
Presumably this affects the exported data, which is read in using:
binmode(EXP);
Perl should effect the binary-to-UTF-8 conversion when printing the binary
string containing the exported data to the UTF-8 dump file.
See:
<http://search.cpan.org/dist/perl/pod/perluniintro.pod>
<http://perldoc.perl.org/functions/binmode.html>
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user