aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-03-14 09:53:33 +0100
committerBjörn Gustavsson <[email protected]>2013-04-19 15:33:28 +0200
commitafb632d2028fdc4a37e10e41e1929264ff59f52e (patch)
treee9121126bdcff636e74eba9553b98a7ccc088b05 /lib/edoc
parent1f3afa8143d9aabc178b6fbcd09a693fc105065a (diff)
downloadotp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.gz
otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.bz2
otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.zip
Convert XML files to UTF-8, where needed
Diffstat (limited to 'lib/edoc')
-rw-r--r--lib/edoc/doc/src/notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml
index 12f93ab400..37c917b65a 100644
--- a/lib/edoc/doc/src/notes.xml
+++ b/lib/edoc/doc/src/notes.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="latin1" ?>
+<?xml version="1.0" encoding="utf8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
@@ -219,7 +219,7 @@
<list>
<item>
<p> Add encoding when parsing Wiki text. EDoc used to
- fail on strings such as "���". (Thanks to Richard
+ fail on strings such as "äåö". (Thanks to Richard
Carlsson.) </p>
<p>
Own Id: OTP-9109</p>