|
|
|
LOGICAL CompliesWithCodepage (ISerializable, character)
|
Verifies if a given ISerializable instance complies with a target
code page
|
|
|
|
LOGICAL CompliesWithCodepage (handle, character)
|
Verifies if a given ProDataset or Temp-Table complies with a target
code page
|
|
|
|
LOGICAL CompliesWithCodepage (longchar, character)
|
Verifies if a given CHARACTER or LONGCHAR value complies with a
target code page
|
|
|
|
LONGCHAR ConvertToCodepage (longchar, character)
|
Converts a string from its codepage into another codepage-encoded string
|
|
|
|
INT64 UnicodeCodepointToUtf8 (int64)
|
Converts a Unicode codepoint into a UTF8 integer value, which can be used by the CHR() statement
|