diff options
author | Hans Bolinder <[email protected]> | 2013-03-14 09:53:33 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-19 15:33:28 +0200 |
commit | afb632d2028fdc4a37e10e41e1929264ff59f52e (patch) | |
tree | e9121126bdcff636e74eba9553b98a7ccc088b05 /lib/debugger/doc/src | |
parent | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (diff) | |
download | otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.gz otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.tar.bz2 otp-afb632d2028fdc4a37e10e41e1929264ff59f52e.zip |
Convert XML files to UTF-8, where needed
Diffstat (limited to 'lib/debugger/doc/src')
-rw-r--r-- | lib/debugger/doc/src/notes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index d5eef5d6a2..529886940a 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/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> @@ -58,7 +58,7 @@ <item> <p> Fix Debugger settings dialog due to changed behavior in - wxFileDialog (Thanks to H�kan Mattsson)</p> + wxFileDialog (Thanks to Håkan Mattsson)</p> <p> Own Id: OTP-10621</p> </item> @@ -100,7 +100,7 @@ <item> <p> Fixed disappearing breakpoints bug, reported by Ricardo - Catalinas Jim�nez.</p> + Catalinas Jiménez.</p> <p> Own Id: OTP-9950</p> </item> @@ -121,7 +121,7 @@ occurrences of "Ok" to "OK" in the code, variable names and strings. This improves the consistency of the code and follows the GTK UI where "OK" is always used.(Thanks - to Ricardo Catalinas Jim�nez)</p> + to Ricardo Catalinas Jiménez)</p> <p> Own Id: OTP-9699</p> </item> |