Hi,
I need to export data in a fixed width formatted file. If a special character like (ö,ü,ä or ß) is present in a value, the export is wrongly formatted.
For example, if I have the word SÜD and set the export to a WSTRING 3, the output file will have SÜ in it. (input file and output file have both UTF-8 as code page)
I suppose that the designer interprets süd as süd or something like that and cut the last character of the string.
Do you have any idea on how to fix this?
Regards