summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2020-04-15 08:48:53 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2020-04-15 10:16:09 +0200
commit511f2874645263af5c91612d2fda35110ed9ea74 (patch)
tree0c108d5b3c1f46439a1419c92ed7570468cbfbbd /system
parenta8d3960ab66624f49b4282829047e1d97407a521 (diff)
downloaderlang-511f2874645263af5c91612d2fda35110ed9ea74.tar.gz
Add a note about dropped support for automatic latin-1 support
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/scheduled_for_removal_24.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/doc/general_info/scheduled_for_removal_24.inc b/system/doc/general_info/scheduled_for_removal_24.inc
index 05db29ded2..84650b5d33 100644
--- a/system/doc/general_info/scheduled_for_removal_24.inc
+++ b/system/doc/general_info/scheduled_for_removal_24.inc
@@ -32,3 +32,9 @@
will still be supported, even though its no longer necessary to specify
it this way. </p>
</section>
+ <section>
+ <title>Compilation of Latin-1 Encoded Erlang Files</title>
+ <p>As of OTP 24, the Erlang compiler will refuse to compile source files
+ encoded in Latin-1 but without a <c>%% coding: latin-1</c> comment at the
+ beginning of the file.</p>
+ </section>