UniGetHostCodePage

Gets the host's code page.

Library:LibC
Service:Characters and Strings

Syntax

  #include <unilib.h> 
   
  int  UniGetHostCodePage ( void );
  

Return Values

Returns the integer value of the host's current code page. For a list of possible values, see Section 12.1, Supported Code Pages.

Remarks

WARNING:UniGetHostCodePage returns the code page in force on the NetWare® server host at the time of the call. If the code page changes, and it can, the consumer's notion of what it is goes stale.

See Also