about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorPhil Ruffwind <rf@rufflewind.com>2014-05-04 17:27:42 -0400
committerPhil Ruffwind <rf@rufflewind.com>2014-05-13 17:19:00 -0400
commitb6cce7ea5497977291f4ae57937360978e764e41 (patch)
treeabab69acc49459e6a354cc577831b0a1d46dbf36 /src/rustllvm/RustWrapper.cpp
parente12aeb39bc4221421890011006c5ae23154cc695 (diff)
downloadrust-b6cce7ea5497977291f4ae57937360978e764e41.tar.gz
rust-b6cce7ea5497977291f4ae57937360978e764e41.zip
Fix make_command_line to handle Unicode correctly
Previously, make_command_line iterates over each u8 in the string and
then appends them as chars, so any non-ASCII string will get horribly
mangled by this function.  This fix should allow Unicode arguments to
work correctly in native::io::process::spawn.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions