Skip to content

Commit 74a4a44

Browse files
ptzieglerakurtakov
authored andcommitted
Update default encoding for feature.xml to UTF-8
The feature.xml file has migrated from "ISO-8859-1" to "UTF-8" as default encoding a long time ago. This updates the documentation to reflect this change.
1 parent 1511f96 commit 74a4a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/misc/feature_manifest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>
1515
<p><i>Version 4.2 - Last revised May, 2012</i></p>
1616

1717
<p>The feature manifest format is defined by the following dtd:</p>
18-
<p><tt>&lt;?xml encoding="ISO-8859-1"?&gt;</tt></p>
18+
<p><tt>&lt;?xml encoding="UTF-8"?&gt;</tt></p>
1919
<p><tt>&lt;!ELEMENT feature (install-handler? , description? , copyright? ,
2020
license? , url? , includes* , requires? , plugin* , data*)&gt;</tt>
2121
<br><tt>&lt;!ATTLIST feature</tt>

0 commit comments

Comments
 (0)