Consultor Eletrônico



Kbase P106726: Webspeed does not display accented characters in a browser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/28/2005
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.x
OpenEdge 10.x

SYMPTOM(s):

Webspeed does not display accented characters in a browser

Browser displays accented characters correctly with non webspeed web sites

Webspeed start up parameters only has database connection parameters

Use standard startup.pf for webspeed

The standard startup.pf contains

-cpinternal ISO8859-1
-cpstream ISO8859-1

CAUSE:

The code page specific start up parameters in startup.pf are for US ASCII not for code pages that contain accented characters

FIX:

Change following parameters in startup.pf to match the code page name, restart webspeed
-cpinternal codepage_name
-cpstream codepage_name