GoLang sapi_windows_cp_get

request it (304)
GoLang replacement for PHP's sapi_windows_cp_get [edit | history]



Do you know a GoLang replacement for PHP's sapi_windows_cp_get? Write it!

PHP sapi_windows_cp_get

PHP original manual for sapi_windows_cp_get [ show | php.net ]

sapi_windows_cp_get

(PHP 7 >= 7.1.0)

sapi_windows_cp_getGet process codepage

Description

int sapi_windows_cp_get ( string $kind )

Get the identifier of the codepage of the current process.

Parameters

kind

The kind of codepage: either 'ansi' or 'oem'.

Return Values

Returns the codepage identifier.

See Also