diff options
author | Hans Bolinder <[email protected]> | 2014-03-19 13:10:41 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-03-19 13:10:41 +0100 |
commit | 392a7451ea6d4f1518a446186f35574d7936a718 (patch) | |
tree | 24a1cf98a4d23903a43f8dcb7ee33b2e441bc97b /lib/stdlib | |
parent | c2c04e2600ec46434f99e34791dc551ead8d72c2 (diff) | |
parent | 6be3e658d9999274d5c0c702bf799b90a110c745 (diff) | |
download | otp-392a7451ea6d4f1518a446186f35574d7936a718.tar.gz otp-392a7451ea6d4f1518a446186f35574d7936a718.tar.bz2 otp-392a7451ea6d4f1518a446186f35574d7936a718.zip |
Merge branch 'hb/clarify_encoding'
* hb/clarify_encoding:
Clarify the reference manual regarding source file encoding
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/epp.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/epp.xml b/lib/stdlib/doc/src/epp.xml index 50baad04a9..452341f7d2 100644 --- a/lib/stdlib/doc/src/epp.xml +++ b/lib/stdlib/doc/src/epp.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2013</year> + <year>1996</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -46,8 +46,10 @@ valid encodings are <c>Latin-1</c> and <c>UTF-8</c> where the case of the characters can be chosen freely. Examples:</p> <pre> -%% coding: utf-8 -%% For this file we have chosen encoding = Latin-1 +%% coding: utf-8</pre> + <pre> +%% For this file we have chosen encoding = Latin-1</pre> + <pre> %% -*- coding: latin-1 -*-</pre> </description> <datatypes> |