Posted: Wed May 04, 2005 6:17 am Post subject: UTF-8 Conversion
Novice
Joined: 04 May 2005 Posts: 13
Consider a sample XML in utf-8 encoding.
<?xml version="1.0" encoding="UTF-8"?>
<Sample>
<Name>株価情報</Name>
</Sample>
The XML tag Name actually has 4 japanese characters 株価情報, which takes 12 bytes in utf-8 format(East Asian languages require 3 bytes per character in utf-.
Now i need to assign this field to an MRM field so that it represents a DBCS equivalent at the host(Z/OS) side.
Is it possible to effect this conversion from utf-8 to DBCS and pass the japanese characters.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum