commit | a0403e0fec115c80a2aab26b35f6cbe0801effb5 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Feb 28 12:45:18 2025 +0100 |
committer | Akron <nils@diewald-online.de> | Fri Feb 28 12:45:18 2025 +0100 |
tree | 4919e80a1c5590edc853cf63f51b45c3272284c4 | |
parent | 58c6c72ba6585bf2fce748f97c470540eefe6af0 [diff] [blame] |
Fix encoding of file names Change-Id: Iee00db35eb868f26940569c86a47bf6f750574cb
diff --git a/script/cosmasvc2koralquery b/script/cosmasvc2koralquery index e73166e..82a24d4 100755 --- a/script/cosmasvc2koralquery +++ b/script/cosmasvc2koralquery
@@ -4,6 +4,7 @@ use lib 'lib'; use KorAP::Def; use KorAP::DefList; +use KorAP::ScriptLoad; use Getopt::Long; binmode(STDERR, ':encoding(UTF-8)');