2008 Jan 03 9:06 AM
hi all,
i am converting xstring to string, using the funcftion module
ECATT_CONV_XSTRING_TO_STRING.
but this FM is changing the encodings, like utf-8 to utf-16,
why this is happening, my system is unicode compatible.
any suggesation ???
regards,
Sudeep
2008 Jan 03 9:09 AM
Friend,
Call the FM like below....
CALL FUNCTION 'ECATT_CONV_XSTRING_TO_STRING'
EXPORTING
IM_XSTRING = x
IM_ENCODING = 'UTF-8'
IMPORTING
EX_STRING = x.