Consultor Eletrônico



Kbase P144776: WebSpeed does not display Spanish accented characters in a browser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/28/2009
Status: Unverified

SYMPTOM(s):

WebSpeed does not display Spanish accented characters in a browser

The accented characters are from database fields, not statically rendered

FACT(s) (Environment):

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
WebSpeed 3.x
OpenEdge 10.x
UNIX

CHANGE:

Migrated from windows to UNIX

CAUSE:

The Apache configuration file has utf-8 as default character set
The httpd.conf file had:
AddDefaultCharset UTF-8

FIX:

Change Apache default character set as following
AddDefaultCharset ISO-8859-1