use rust-encoding to correctly(?) set utf16 strings for cmdline args as expected

This commit is contained in:
Mike Blumenkrantz 2014-09-08 14:52:14 -04:00
parent 6317905342
commit ddbecf2882

View file

@ -37,6 +37,8 @@ extern crate native;
extern crate libc;
extern crate "url" as std_url;
extern crate encoding;
#[cfg(target_os="macos")]
extern crate core_graphics;
#[cfg(target_os="macos")]