diff options
author | Björn Gustavsson <[email protected]> | 2013-09-09 16:22:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-09 16:22:25 +0200 |
commit | 82bc96acf24be36e690225f1adac1854ff693f58 (patch) | |
tree | b115cd2c5c3070016825f33ff154fdb713145eec /lib/hipe/doc/src/notes.xml | |
parent | d32912128710ff557a1517d7e3a69e0e6a6568d9 (diff) | |
parent | c011973178d860f280c6ce18b07ce4176aec5b35 (diff) | |
download | otp-82bc96acf24be36e690225f1adac1854ff693f58.tar.gz otp-82bc96acf24be36e690225f1adac1854ff693f58.tar.bz2 otp-82bc96acf24be36e690225f1adac1854ff693f58.zip |
Merge branch 'bjorn/xml-encoding-fix/OTP-11310' into maint
* bjorn/xml-encoding-fix/OTP-11310:
Change encoding of troublesome notes.xml files to utf-8
Convert some notes.xml files from latin-1 to utf-8
Diffstat (limited to 'lib/hipe/doc/src/notes.xml')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index b3c41bd396..86e10a06fc 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="utf-8" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> @@ -37,7 +37,7 @@ <item> <p> Fix the title of hipe_app documentation page. Thanks to - Lo�c Hoguin.</p> + Loïc Hoguin.</p> <p> Own Id: OTP-10904</p> </item> @@ -76,7 +76,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> |