mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
fixed bug with non-ascii data, recieved from Jaakko Väyrynen
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1392 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
432484f16d
commit
aa25c7341d
@ -11,7 +11,7 @@ my $enc = "utf8"; # encoding of the input and output files
|
||||
GetOptions(
|
||||
"help" => \$help,
|
||||
"lowercase|lc" => \$lc,
|
||||
"encoding" => \$enc,
|
||||
"encoding=s" => \$enc,
|
||||
) or exit(1);
|
||||
|
||||
if (scalar(@ARGV) != 6 || $help) {
|
||||
|
Loading…
Reference in New Issue
Block a user