Skip to content

Commit

Permalink
UTF8 safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Warren committed Aug 24, 2017
1 parent 80a26b4 commit a349135
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions taxonomyGenerator/createTaxonomy.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
use RDF::Query;
use XML::LibXML;
use Digest::MD5 qw(md5 md5_hex);
use utf8;
binmode(STDOUT,":utf8");


my $xml_parser = XML::LibXML->new();
$xml_parser->clean_namespaces(1);
my $store = RDF::Trine::Store::Memory->new();
Expand Down

0 comments on commit a349135

Please sign in to comment.