Kbase P129190: Is it possible to use the codepages iso8859-1 and 1252 concurrently?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/03/2009 |
|
Status: Verified
GOAL:
Is it possible to use the codepages ISO 8859-1 and 1252 concurrently?
GOAL:
Is it possible to have a database with ISO 8859-1 codepage and clients using 1252?
GOAL:
Is it possible to have a database with 1252 codepage and clients using ISO 8859-1?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Versions
FIX:
It is possible to use the codepages ISO 8859-1 and 1252 concurrently without problem: all the writeable characters found in 1252 are found in ISO 8859-1 and vice versa, except for the Euro sign which is present only in 1252 (char 128). Database ISO 8859-1, clients 1252: the Euro sign will be stored as char 128, clients will be able to display it. Database 1252, clients ISO 8859-1: the Euro sign will be stored, clients will not be able to display it.