diff options
author | Hans Bolinder <hasse@erlang.org> | 2013-03-14 09:53:33 +0100 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2013-04-19 15:33:28 +0200 |
commit | afb632d2028fdc4a37e10e41e1929264ff59f52e (patch) | |
tree | e9121126bdcff636e74eba9553b98a7ccc088b05 /lib/hipe/doc/src | |
parent | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (diff) | |
download | erlang-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.gz |
Convert XML files to UTF-8, where needed
Diffstat (limited to 'lib/hipe/doc/src')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 73ab1dbfda..657111a406 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/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> @@ -46,7 +46,7 @@ <p> Fix bug in hipe compiled code related to the handling of <c>is_number/1</c>. (Thanks to Sebastian Egner and - Johannes Weißl for minimal test code and Kostis for quick + Johannes Weißl for minimal test code and Kostis for quick patch)</p> <p> Own Id: OTP-10897</p> |