IsUnsupportedClientCodePage

Description

Returns whether the application code page is unsupported, or not. You do not need to login to use this method.

Note: The application code page is separate from the DevOps Plan data code page.

Syntax

Perl


$adminSession->IsUnsupportedClientCodePage(); 
Identifier
Description
adminSession
The AdminSession object representing the current schema repository access session.
Return value
Returns True if the application code page is unsupported, False otherwise.

Example

Perl


$isUnsupported = $adminSession->IsUnsupportedClientCodePage();