|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | 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 |
Top
PUBLIC LOGICAL CompliesWithCodepage (ISerializable, character)
|
|||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CompliesWithCodepage (handle, character)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL CompliesWithCodepage (longchar, character)
|
|||||||||||||||||||||||||||||
PUBLIC LONGCHAR ConvertToCodepage (longchar, character)
|
|||||||||||||||||||||||||||||
PUBLIC INT64 UnicodeCodepointToUtf8 (int64)
|