Kbase P130588: Double quote is not displayed when retrieving a record's character field that contained a double quo
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/04/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
Windows
SYMPTOM(s):
Double quote is not displayed when retrieving a record's character field that contained a double quote copied from MS Word and pasted into the record's character field.
Double quote character is replaced by a different character after saving a string within a record's field.
CAUSE:
The characters used in the MS Word document are True Type and the characters used in the Progress Session are not True Type.
FIX:
In way to be able to store and display the same characters as like in a MS Word document it is necessary to take into account the following:
1. Characters in the Progress Session should be True Type Fonts.
2. -cpinternal startup parameter for the Progress session should match the Windows Operating System Code Page, like 1252 in case of Western-Europe and the Americas.