GetClientCodePage

Description

Returns a String describing the application's code page (for example, "1252 (ANSI - Latin I)" or "20127 (US-ASCII)").

This method does not require the Session to be logged in.

Syntax

Perl


$adminSession->GetClientCodePage(); 
Identifier
Description
adminSession
The AdminSession object representing the current schema repository access session.
Return value
Returns a String describing the applications's code page setting.

Example

Perl


$myClientCP = $adminSession->GetClientCodePage();