xpxSetModelStringEncoding
FUNCTION xpxSetModelStringEncoding (modelId : GENERIC; stringEncoding : INTEGER) status : INTEGER;
This function will set the character encoding for the given model
Arguments
Type | Name | Comment |
GENERIC | modelId | Model ID |
INTEGER | stringEncoding | Valid inputs:
|
Return Value
Options
Example
status := xpxCreateModelBN(repositoryId, projModelName, current_datamodel_version_name, projModelId); IF (status <> 0) THEN xpxTerminate(2, 'Could not create project model'); END_IF; status := xpxSetModelStringEncoding (projModelId,XPXCHAR_ENCODING_UTF_8); IF (status <> 0) THEN xpxTerminate(2, 'Could not set model string encoding to UTF-8'); END_IF;
See also
Filter by label
There are no items with the selected labels at this time.