public interface IEncodingActionsConstants
This interface contains constants only; it is not intended to be implemented.
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM
Deprecated.
Name of the action to change the encoding into a custom encoding.
|
static String |
DEFAULT
Deprecated.
Name of the action to change the encoding into default.
|
static String |
ISO_8859_1
Deprecated.
Name of the action to change the encoding into ISO-8859-1.
|
static String |
SYSTEM
Deprecated.
Name of the action to change the encoding into the system encoding.
|
static String |
US_ASCII
Deprecated.
Name of the action to change the encoding into US ASCII.
|
static String |
UTF_16
Deprecated.
Name of the action to change the encoding into UTF-16.
|
static String |
UTF_16BE
Deprecated.
Name of the action to change the encoding into UTF-16BE.
|
static String |
UTF_16LE
Deprecated.
Name of the action to change the encoding into UTF-16LE.
|
static String |
UTF_8
Deprecated.
Name of the action to change the encoding into UTF-8.
|
static final String DEFAULT
"default"
.static final String US_ASCII
"US-ASCII"
.static final String ISO_8859_1
"ISO-8859-1"
.static final String UTF_8
"UTF-8"
.static final String UTF_16BE
"UTF-16BE"
.static final String UTF_16LE
"UTF-16LE"
.static final String UTF_16
"UTF-16"
.static final String SYSTEM
"System"
.static final String CUSTOM
"Custom"
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.