Kbase P20821: Ampersand (&) symbol is encoded as & when saving XML document via 4GL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/02/2006 |
|
Status: Unverified
SYMPTOM(s):
Ampersand (&) symbol is encoded as & when saving XML document via 4GL
Sets node value as € to produce Euro symbol, but is encoded as € so € is displayed not Euro symbol
Able to change document encoding from default UTF-8
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Issue can be worked around by changing the default document encoding.
ISO8859-15 or 1252 (for example) can be used which will allow the Euro symbol itself to be used rather than the Euro symbol code (i.e. € or Chr(128)).