diff options
author | Björn Gustavsson <[email protected]> | 2014-01-29 10:50:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-29 10:50:26 +0100 |
commit | d960d54f75c51b81a99a1c5cf40c19f2e9d55068 (patch) | |
tree | 85946b659b16dc200114645d859d134a9944c2b0 /erts/emulator | |
parent | 228ef1c22ee2f6f39183091aa70f17417c3d9aa6 (diff) | |
parent | 0cc9753f7f873bbcf8a528e05ab0adbd5c8fc79c (diff) | |
download | otp-d960d54f75c51b81a99a1c5cf40c19f2e9d55068.tar.gz otp-d960d54f75c51b81a99a1c5cf40c19f2e9d55068.tar.bz2 otp-d960d54f75c51b81a99a1c5cf40c19f2e9d55068.zip |
Merge branch 'bjorn/fna-default/OTP-11612'
* bjorn/fna-default/OTP-11612:
Change the default file name encoding mode to +fnaw
Diffstat (limited to 'erts/emulator')
-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. */ |