diff --git a/tools/machinetag.py b/tools/machinetag.py index 60eb94b..9ce45e4 100755 --- a/tools/machinetag.py +++ b/tools/machinetag.py @@ -118,4 +118,4 @@ for taxonomy in taxonomies: print ("--> " + machineTag(namespace=namespace, predicate=expanded, value=v['expanded'])) if args.a: - print (doc) + print (doc.encode('utf-8'))