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:
hieuhoang1972 2007-05-21 13:06:40 +00:00
parent 432484f16d
commit aa25c7341d

View File

@ -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) {