Skip to content

peResponseCodePage - cWebHttpHandler

Determines the code page used when writing string data to the response

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer peResponseCodePage
Access Type Syntax
Read Access: Get peResponseCodePage to IntegerVariable
Write Access: Set peResponseCodePage to IntegerVariable/Value

Description

Determines the code page used when writing string data to the response.

Used by OutputString.

See https://docs.microsoft.com/en-us/windows/desktop/Intl/code-page-identifiers for possible values. Defaults to CP_UTF8.