schema.encodings.exsd Maven / Gradle / Ivy
The newest version!
A list of encodings that will be made available to the user for selection of file encodings. This list corresponds to the values of Charset#getName() for a series of Charsets. Those that are specified but not avaiable will be indicated as such in the workbench and will not be selectable by the user.
The name of the charset. If this value is sent to Charset#getName(String) the corresponding Charset would be returned.
3.1
The following is an example of an encodings extension:
<p>
<pre>
<extension
point="org.eclipse.ui.encodings">
<encoding name="ISO-8859-1"/>
<encoding name="UTF-8"/>
<encoding name="US-ASCII"/>
</extension>
</pre>
</p>
Use method <code>org.eclipse.ui.WorkbenchEncoding.getDefinedEncodings</code> to retrieve the encodings defined by this extension point.
Use method <code>org.eclipse.ui.WorkbenchEncoding.getWorkbenchDefaultEncoding</code> to retrieve the default encoding from the virtual machine.
The workbench provides some commonly used encodings.
Copyright (c) 2004,2006 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy