HELP! Square Brackets not translating correctly in YAJL

Discussions relating to the ScottKlement.com port of the open source YAJL JSON Reader/Generator. This includes the YAJL tool as well as the YAJLR4, YAJLGEN, YAJLINTO and YAJLDTAGEN add-ons from ScottKlement.com. http://www.scottklement.com/yajl/
Post Reply
kwengert
Posts: 2
Joined: Fri Apr 15, 2022 5:51 pm

HELP! Square Brackets not translating correctly in YAJL

Post by kwengert »

Has anyone run into this problem before? It isn't a problem with YAJL, I had the same problem trying to do the code manually:

Left square bracket [ is translated to Ý
Rignt square bracket ] is translated to ¨
Attachments
[ converted to Ý
[ converted to Ý
Untitled2.png (39.43 KiB) Viewed 10387 times
] converted to "
] converted to "
Untitled.png (39.81 KiB) Viewed 10387 times
kwengert
Posts: 2
Joined: Fri Apr 15, 2022 5:51 pm

Re: HELP! Square Brackets not translating correctly in YAJL

Post by kwengert »

Issue resolved x'ba' = [, x'bb' = ]
Scott Klement
Site Admin
Posts: 872
Joined: Sun Jul 04, 2021 5:12 am

Re: HELP! Square Brackets not translating correctly in YAJL

Post by Scott Klement »

this happens when the data is being viewed as the wrong CCSID. You have provided incorrect CCSID information to YAJL.
Post Reply