diff options
author | Siri Hansen <[email protected]> | 2014-02-26 11:24:06 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-03-17 11:04:34 +0100 |
commit | 66280266a4b9147ea683836e2409a2ad1f2a78af (patch) | |
tree | 2658173463dd649216c9041cdcfdc9fe362c2a30 /erts/doc | |
parent | 237264bc018b0cc17afeac5d3f6030073f314f9d (diff) | |
download | otp-66280266a4b9147ea683836e2409a2ad1f2a78af.tar.gz otp-66280266a4b9147ea683836e2409a2ad1f2a78af.tar.bz2 otp-66280266a4b9147ea683836e2409a2ad1f2a78af.zip |
Change encoding for XML files to utf-8
These are some files that were erronously missed earlier:
erts/doc/src/time_correction.xml
lib/crypto/doc/src/crypto_app.xml
lib/snmp/doc/src/snmpa_mib_data.xml
lib/snmp/doc/src/snmpa_mib_storage.xml
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/time_correction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/time_correction.xml b/erts/doc/src/time_correction.xml index d52cc7f3e2..7f7c28fc30 100644 --- a/erts/doc/src/time_correction.xml +++ b/erts/doc/src/time_correction.xml @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="utf8" ?> +<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> <header> <copyright> - <year>1999</year><year>2013</year> + <year>1999</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> |