Skip to content

Commit

Permalink
use rust-encoding to correctly(?) set utf16 strings for cmdline args …
Browse files Browse the repository at this point in the history
…as expected
  • Loading branch information
Mike Blumenkrantz committed Oct 12, 2014
1 parent 6317905 commit ddbecf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/cef/lib.rs
Expand Up @@ -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")]
Expand Down

0 comments on commit ddbecf2

Please sign in to comment.