Hello,
Am using XMLCHAR PL1 built-in function to generate XML in one of my application
It worked so good and quick so far, and now our application started handling DBCS characters. XMLCHAR function is behaving a little bit different when handling DBCS data..
It is not recognizing the DBCS data and couple of places it treats the DBCS as single byte data and that is converted as a special character <. Which is then translated as < during PL1 xml generation.. Is there anyway we can let PL1 know that is a DBCS characters.. ?
For eg -
Actual DBCS DUMMY1 data --> 東京都千代田区大手町 1-3-2
==> DUMMY1 printed in single byte in PL1 displays = '.áïáÍá|çFáèáßã<áÁ â1Z3â1â5Z3â5.
==> Converted during XMLCHAR <DUMMY1>.áïáÍá|çFáèáßã<áÁ â1Z3â1â5Z3â5.</DUMMY1>
Thanks in advance.
Jeeva_S35