diff options
author | Dan Gudmundsson <[email protected]> | 2017-10-20 15:17:16 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-10-20 15:17:16 +0200 |
commit | 8bdb60b8ad0a2f3ff05e3f058b85da772cd71a21 (patch) | |
tree | b8f64acef0ae5feb4a2357a5d15b58e211937147 /lib/wx | |
parent | cdb1ca9e12901b95aadffff08124976ce9a27033 (diff) | |
download | otp-8bdb60b8ad0a2f3ff05e3f058b85da772cd71a21.tar.gz otp-8bdb60b8ad0a2f3ff05e3f058b85da772cd71a21.tar.bz2 otp-8bdb60b8ad0a2f3ff05e3f058b85da772cd71a21.zip |
add unicode opt env may contain unicode signs
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/test/wx_class_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/wx_class_SUITE.erl b/lib/wx/test/wx_class_SUITE.erl index 6d314ab8fc..c610b9c4f4 100644 --- a/lib/wx/test/wx_class_SUITE.erl +++ b/lib/wx/test/wx_class_SUITE.erl @@ -618,7 +618,7 @@ lang_env() -> Env0 = os:getenv(), Env = [[R,"\n"]||R <- Env0], %%io:format("~p~n",[lists:sort(Env)]), - Opts = [global, multiline, {capture, all, list}], + Opts = [global, multiline, {capture, all, list}, unicode], format_env(re:run(Env, "LC_ALL.*", Opts)), format_env(re:run(Env, "^LANG.*=.*$", Opts)), ok. |