Function tip_SetEncoding


Prototype: tip_SetEncoding(Collection);
Arguments:

Collection: A Collection object. (CDM_Collection)
Encoding: The desired new encoding of the Collection. (string)


Prototype: tip_SetEncoding(Document);
Arguments:

Collection: A Collection object. (CDM_Collection)
Encoding: The desired new encoding of the Collection. (string)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

tip_SetEncoding(Collection):
This function will change the encoding of a Collection object to the encoding specified by the "Encoding" parameter.

tip_SetEncoding(Document):

Return Value:

tip_SetEncoding(Collection):
This function will return a string that holds the new encoding value.

In case of an error, an error message will eb prompted. *

tip_SetEncoding(Document):

Notes:

tip_SetEncoding(Collection):
This function is equivelant to CDM_SetEncoding (C++ API).

tip_SetEncoding(Document):

See Also:

tip_SetEncoding(Collection):
tip_GetEncoding

tip_SetEncoding(Document):


Generated by: petasis@aias on Wed Aug 16 10:31:46 PM EEST 2006.