Kbase P117521: Overlay statement works differently in Unicode with "column"
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/04/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
SYMPTOM(s):
Overlay statement works differently if in Unicode mode with 'column'
"RAW" and "Character" work ok
Running following code:
DEFINE VARIABLE lc-junk AS CHARACTER NO-UNDO.
OVERLAY (lc-junk,1,40,"column") = "Tony".
MESSAGE LENGTH (lc-junk).
If running the above with -cpinternal as ISO8859-1, length is 40.
If running the above with -cpinternal UTF-8, length is 4.
CAUSE:
Bug# OE00129764
FIX:
Upgrade to OpenEdge 10.1B01