aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-04-17 09:13:11 +0200
committerBjörn Gustavsson <[email protected]>2013-04-17 09:13:11 +0200
commit31a53000f8dc50f93b93bdd02f2b1c1072dc8cbe (patch)
tree5f066ab0922e5194f164fc878cb7174442ea5f40 /erts
parente4d8cbb58f7ed45098c2bfcd652e18693332c94e (diff)
parentd988c8ebc8ec0349413a99ce1296905f83d87546 (diff)
downloadotp-31a53000f8dc50f93b93bdd02f2b1c1072dc8cbe.tar.gz
otp-31a53000f8dc50f93b93bdd02f2b1c1072dc8cbe.tar.bz2
otp-31a53000f8dc50f93b93bdd02f2b1c1072dc8cbe.zip
Merge branch 'maint'
* maint: Encode Erlang source files with non-ascii characters in UTF-8
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/internal_doc/dec.erl5
-rw-r--r--erts/emulator/test/code_parallel_load_SUITE.erl1
2 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/internal_doc/dec.erl b/erts/emulator/internal_doc/dec.erl
index 0315f2a52d..255018abe0 100644
--- a/erts/emulator/internal_doc/dec.erl
+++ b/erts/emulator/internal_doc/dec.erl
@@ -1,3 +1,4 @@
+%% -*- coding: utf-8 -*-
%%
%% %CopyrightBegin%
%%
@@ -25,10 +26,10 @@
%% {RevList,Translation}
%% Where 'RevList' is a reversed list of the denormalized repressentation of
%% the character 'Translation'. An example would be the swedish character
-%% '�', which would be represented in the file as:
+%% 'ö', which would be represented in the file as:
%% {[776,111],246}, as the denormalized representation of codepoint 246
%% is [111,776] (i.e an 'o' followed by the "double dot accent character 776),
-%% while '�' instead is represented as {[776,97],228}, as the denormalized
+%% while 'ä' instead is represented as {[776,97],228}, as the denormalized
%% form would be [97,776] (same accent but an 'a' instead).
%% The datafile is generated from the table on Apple's developer connection
%% http://developer.apple.com/library/mac/#technotes/tn/tn1150table.html
diff --git a/erts/emulator/test/code_parallel_load_SUITE.erl b/erts/emulator/test/code_parallel_load_SUITE.erl
index aa9e4c96c6..d2c80c1ca0 100644
--- a/erts/emulator/test/code_parallel_load_SUITE.erl
+++ b/erts/emulator/test/code_parallel_load_SUITE.erl
@@ -16,7 +16,6 @@
%%
%% %CopyrightEnd%
%%
-%% Author: Björn-Egil Dahlberg
-module(code_parallel_load_SUITE).
-export([