Prototype: | tip_GetEncoding(Collection);
|
---|
Arguments: | Collection: A Collection object. (CDM_Collection)
|
---|
|
|
Prototype: | tip_GetEncoding(Document);
|
---|
Arguments: | Collection: A Collection object. (CDM_Collection)
|
---|
|
|
Description:
tip_GetEncoding(Collection): |
This function will return the encoding of the specified Collection. The
return value will be of type char* and will be owned by CDM. Its value
will be a standart Tcl encoding value (like iso8859-7 or cp1253). For
all available Tcl encodings please refer to the
Tcl manuals. tip_GetEncoding(Document): |
Return Value:
tip_GetEncoding(Collection): |
This function returns a UTF-8 string that represents the encoding of
the specified Collection. If an error occurs, then an error message will prompt.
tip_GetEncoding(Document): |
Notes:
tip_GetEncoding(Collection): |
This function is equivelant to CDM_GetEncoding (C++ API). tip_GetEncoding(Document): |
See Also:
tip_GetEncoding(Collection): |
tip_SetEncoding
The Tcl Encoding manual. tip_GetEncoding(Document): |
Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.