| |
|
| java.lang.Object tcl.lang.EncodingCmd
EncodingCmd | class EncodingCmd implements Command(Code) | | This class implements the built-in "encoding" command in Tcl.
|
Inner Class :static class EncodingMap | |
OPT_CONVERTFROM | final static int OPT_CONVERTFROM(Code) | | |
OPT_CONVERTTO | final static int OPT_CONVERTTO(Code) | | |
OPT_NAMES | final static int OPT_NAMES(Code) | | |
OPT_SYSTEM | final static int OPT_SYSTEM(Code) | | |
encodings | static EncodingMap[] encodings(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | This procedure is invoked to process the "encoding" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: objv - command arguments. |
getBytesPerChar | static int getBytesPerChar(String name)(Code) | | |
|
|
|