Kbase P180529: JSON file with unicode encodings not read correctly by READ-JSON method
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/25/2011 |
|
Status: Unverified
SYMPTOM(s):
JSON file with unicode encodings not read correctly by READ-JSON method
JSON string contains unicode escapes (example: "\u00eb" for an accented e)
The unicode character represented by the unicode escape exists in the session's codepage
Client is running with -cpinternal utf-8 or JSON string is parsed from a UTF-8 CLOB field/LONGCHAR variable
One of the following occurs:
The temp-table field receiving the value is missing the character represented by the unicode escape
The temp-table field receiving the value has garbage characters on or immediately after the character represented by the unicode escape
FACT(s) (Environment):
OpenEdge 10.2B
All Supported Operating Systems
CAUSE:
Bug# OE00203773
FIX:
None at this time