Kbase P121253: Using a Unicode UTF-8 session with special characters in column name moves column label to the right
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/20/2006 |
|
Status: Verified
SYMPTOM(s):
Using a Unicode UTF-8 session with special characters in column name moves column label to the right.
-cpinternal is set to UTF-8
Following an example code:
output to c:\temp\xx.txt .
def var x as char initial "x".
def var y as char initial "y".
DEFINE FRAME fReport
x COLUMN-LABEL "Mä"
y COLUMN-LABEL "Uusi"
WITH DOWN NO-BOX STREAM-IO USE-TEXT WIDTH 256.
DISPLAY x y
WITH STREAM-IO USE-TEXT FRAME fReport
CAUSE:
This is a known issue being investigated by development.
FIX:
As a workaround a space can be added after the special character.