diff options
author | Hans Bolinder <[email protected]> | 2014-03-17 12:05:18 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-03-17 12:19:03 +0100 |
commit | 6be3e658d9999274d5c0c702bf799b90a110c745 (patch) | |
tree | f5768b4cf40ca1f02a80b2b5f7ee5fd94bf6be96 /lib | |
parent | 237264bc018b0cc17afeac5d3f6030073f314f9d (diff) | |
download | otp-6be3e658d9999274d5c0c702bf799b90a110c745.tar.gz otp-6be3e658d9999274d5c0c702bf799b90a110c745.tar.bz2 otp-6be3e658d9999274d5c0c702bf799b90a110c745.zip |
Clarify the reference manual regarding source file encoding
Diffstat (limited to 'lib')
-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 cf33530395..8cc977681f 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> |