Encodings

org.eclipse.ui.encodings

3.1

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.

<!ELEMENT extension (encoding*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT encoding EMPTY>

<!ATTLIST encoding

name CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]