diff options
author | Björn Gustavsson <[email protected]> | 2013-04-17 09:03:00 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-17 09:03:00 +0200 |
commit | d988c8ebc8ec0349413a99ce1296905f83d87546 (patch) | |
tree | 82e8d2f413a2bf124d6483fd9d8e191233f62e63 /lib/runtime_tools/src | |
parent | 74fdfd48d59393b6f0dfb53f343645133675c64b (diff) | |
parent | 05a646a0844e8cf25045bc9388094c799c21538d (diff) | |
download | otp-d988c8ebc8ec0349413a99ce1296905f83d87546.tar.gz otp-d988c8ebc8ec0349413a99ce1296905f83d87546.tar.bz2 otp-d988c8ebc8ec0349413a99ce1296905f83d87546.zip |
Merge branch 'bjorn/fix-encoding/OTP-11041' into maint
* bjorn/fix-encoding/OTP-11041:
Encode Erlang source files with non-ascii characters in UTF-8
Diffstat (limited to 'lib/runtime_tools/src')
-rw-r--r-- | lib/runtime_tools/src/ttb_autostart.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/src/ttb_autostart.erl b/lib/runtime_tools/src/ttb_autostart.erl index 4c6971c119..5339507cec 100644 --- a/lib/runtime_tools/src/ttb_autostart.erl +++ b/lib/runtime_tools/src/ttb_autostart.erl @@ -1,3 +1,4 @@ +%%%-*- coding: utf-8 -*- %%%------------------------------------------------------------------- %%% File : ttb_autostart.erl %%% Author : Bartłomiej Puzoń <[email protected]> |