Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Description:
The function will return the string encoding name for the given model.
Signature:
FUNCTION xpfGetModelStringEncodingName (modelId                     : GENERIC)
                                        stringEncodingName          : STRING;
Arguments:

modelId

Id for the model

stringEncodingName

The returned encoded string name shall be one of the following strings:  
UTF-8
UTF-16
ISO-10646-UCS-2
ISO-10646-UCS-4
ISO-LATIN-1
ISO-LATIN-2
ISO-8859-3
ISO-8859-4
ISO-8859-5
ISO-8859-6
ISO-8859-7
ISO-8859-8
ISO-8859-9
ISO-2022-JP
SHIFT_JIS
EUC-JP

 
 
EXAMPLE
 

  • No labels