Unicode Data Fields not supported by Converter?
Posted: Mon Aug 23, 2010 5:59 am
When I convert a DDS File with the following field definition:
the converter generates a char field:
and
this cause an error during the creation of the rpg program.
Is there a workaround to use unicode fields?
Code: Select all
A WBDESC 40G O 6 15CCSID(1200 20)
Code: Select all
{"i-d":"WBDESC","field type":"output field","value":{"fieldName":"WBDESC","designValue":"[WBDESC]","dataType"
:"char","formatting":"Text","trimLeading":"false","trimTrailing":"true","textTransform":"none","dataLengt
h":"40"}
Code: Select all
WBDESC 40A H
Is there a workaround to use unicode fields?