Description: Fix encoding issues in teiaddphonetics
 Teiaddphonetics does not depend on a locale being set, though the code from
 this release doesn't work in environments with no locale setting.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2018-10-23

Index: freedict-tools/teiaddphonetics
===================================================================
--- freedict-tools.orig/teiaddphonetics
+++ freedict-tools/teiaddphonetics
@@ -6,7 +6,7 @@
 
 use v5.10;
 use warnings;
-use strict; use open ':locale'; use Getopt::Long;
+use strict; use open OUT => ':locale'; use Getopt::Long;
 use XML::LibXML;
 use XML::LibXSLT;
 use XML::LibXML::XPathContext;
