Improved Unicode support.

This commit is contained in:
2013-06-28 11:32:12 +02:00
parent 8040dd5826
commit dc25723a35
4 changed files with 13 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ feature -- Basic operation
f.put_string (a_email.message)
f.close
create args.make (1)
args.force (f.name)
args.force (f.path.name)
end
end
p := l_factory.process_launcher (executable_path.name, args, Void)