When a WebSpeed agent receives a Web request, if the WEB-CONTEXT handle's HTML-CHARSET attribute corresponds to the OpenEdge version of a code-page name, the agent converts the Web request from the HTML-CHARSET code page to the agent's CPINTERNAL code page.
Just before the agent sends a Web page, if the WEB-CONTEXT handle's HTML-CHARSET attribute is set, the agent converts the Web page from the agent's CPINTERNAL code page to the HTML-CHARSET code page.
Without dynamic code-page support:
When an agent receives a Web request, it is not converted.
Just before the agent sends a Web page, the agent converts it from the agent's CPINTERNAL code page to the SESSION:CPSTREAM code page.