Originally posted by: SystemAdmin
I don't think there's going to be an easy answer for this - doing a direct convert will mean that you lose the characters that can't be converted (iconv behaves in the same way).
As a work-around I would read the data in as a UTF-8 blob initially and then use the substitute function to replace characters:
=SUBSTITUTE(utf8blob,
"ć",
"c",
"Đ",
"D",
"ű",
"u")
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange