aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-09-06 13:40:21 +0200
committerBjörn Gustavsson <[email protected]>2013-09-06 14:01:49 +0200
commitc011973178d860f280c6ce18b07ce4176aec5b35 (patch)
treea6623024efe0bfe3a87c8fa270e605aa8ede7827 /lib/edoc
parentd7ce2d9b68ba83e46100a97aaf56c0ca09899525 (diff)
downloadotp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.gz
otp-c011973178d860f280c6ce18b07ce4176aec5b35.tar.bz2
otp-c011973178d860f280c6ce18b07ce4176aec5b35.zip
Change encoding of troublesome notes.xml files to utf-8
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit.
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..d2ec82efc8 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="utf-8" ?>
<!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>