Kbase P58974: Is it possible to convert code-page during a web request/POST to the webspeed agent ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
Is it possible to convert code-page during a web request/POST to the webspeed agent ?
FACT(s) (Environment):
WebSpeed 3.x
FIX:
Without dynamic code-page support , when an Agent receives a Web request, code-page is not converted and a different character is saved when posting a web form
Dynamic code-page support can be used instead.
With dynamic code-page support:
When a WebSpeed Agent receives a Web request, if the WEB-CONTEXT handle’s HTML-CHARSET attribute corresponds to the Progress 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 emits 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.