changed charset to UTF-8 because — is not in ISO-8859-1
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/4.7/incompatibilities.html b/bundles/org.eclipse.platform.doc.isv/porting/4.7/incompatibilities.html
index 9543de3..42d3f78 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/4.7/incompatibilities.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/4.7/incompatibilities.html
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html lang="en">
 <head>
-<meta name="copyright" content="Copyright (c) 2015, 2016 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta name="copyright" content="Copyright (c) 2016, 2017 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta http-equiv="Content-Style-Type" content="text/css">
 <link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
 <title>Incompatibilities between Eclipse 4.6 and 4.7</title>