<!ELEMENT extension (encoding*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT encoding EMPTY>
<!ATTLIST encoding
name CDATA #REQUIRED>
<extension point="org.eclipse.ui.encodings"> <encoding name="ISO-8859-1"/> <encoding name="UTF-8"/> <encoding name="US-ASCII"/> </extension>
org.eclipse.ui.WorkbenchEncoding.getDefinedEncodings
to retrieve the encodings defined by this extension point.
Use method org.eclipse.ui.WorkbenchEncoding.getWorkbenchDefaultEncoding
to retrieve the default encoding from the virtual machine.
Copyright (c) 2004,2006 IBM Corporation and others.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0