sets encoding for sdaiSTRING data type in put and get functions
if model is NULL it will set codepage for models, created after the call or for contexts when model is not known
returns 1 when successfull of 0 when fails
Syntax
//
// Strong typing definition
//
int_t engiSetStringEncoding(
SdaiModel model,
enum_string_encoding encoding
);
//
// Weak typing definition
//
int_t __declspec(dllexport) __stdcall engiSetStringEncoding(
int_t model,
unsigned char encoding
);
Property model
Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.
Property encoding
Size: 8 bit / 1 byte (value)
???.