Gettng Json parse error on server side when sending a JSON API with special characters like Euro/dollar symbol.
A sample code used is given below
DEFINE INPUT PARAMETER i-payload AS LONGCHAR NO-UNDO.
DEFINE OUTPUT PARAMETER i-out AS LONGCHAR NO-UNDO.
DEFINE VARIABLE...
Thankyou for your reply.
The progress DB is converted to UTF-8 and i started the DB with parameters
-cpinternal utf-8
-cpstream utf-8
Also the client procedure editor is started with same parameters.
I can save a chinese word into DB from client procedure editor.
Also i can display the same...
I am able to store a chinese word into the progress DB.
I can see the word from GUI procedure editor also.
When i am trying give the print into an HP printer from GUI editor using the code
SYSTEM-DIALOG PRINTER-SETUP
NUM-COPIES 1.
output stream report to PRINTER PAGED.
PUT STREAM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.