Skip to Content
0
Former Member
Dec 05, 2008 at 08:32 AM

Unicode conversion - Structure has TYPE X field - Conversion problem

123 Views

Hi,

we are working on unicode conversion .

A structure has a field Type x value '22'.

data : begin of retc,

nuhn type c,

hjhj type x value '22',

end of retc.

How to convert this in to unicode compatible as it Dumps ?

Thanks!

Richard A