diff options
author | Björn Gustavsson <[email protected]> | 2014-01-27 13:10:54 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-28 16:24:55 +0100 |
commit | 0cc9753f7f873bbcf8a528e05ab0adbd5c8fc79c (patch) | |
tree | 338a769bd997f4bf6f70fe27245e805e68f72037 /erts/emulator/sys | |
parent | 930e3e3953b4672e949a6a94d47f8a4035bdd89d (diff) | |
download | otp-0cc9753f7f873bbcf8a528e05ab0adbd5c8fc79c.tar.gz otp-0cc9753f7f873bbcf8a528e05ab0adbd5c8fc79c.tar.bz2 otp-0cc9753f7f873bbcf8a528e05ab0adbd5c8fc79c.zip |
Change the default file name encoding mode to +fnaw
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r-- | erts/emulator/sys/common/erl_sys_common_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/sys/common/erl_sys_common_misc.c b/erts/emulator/sys/common/erl_sys_common_misc.c index 31ad3b82d5..e3ba741058 100644 --- a/erts/emulator/sys/common/erl_sys_common_misc.c +++ b/erts/emulator/sys/common/erl_sys_common_misc.c @@ -52,7 +52,7 @@ static int filename_warning = ERL_FILENAME_WARNING_WARNING; /* Default unicode on windows and MacOS X */ static int user_filename_encoding = ERL_FILENAME_UTF8; #else -static int user_filename_encoding = ERL_FILENAME_LATIN1; +static int user_filename_encoding = ERL_FILENAME_UNKNOWN; #endif /* This controls the heuristic in printing characters in shell and w/ io:format("~tp", ...) etc. */ |