cancel
Showing results for 
Search instead for 
Did you mean: 

ISO-8859-1 - Does not show "ÅÄÖ"

max_rosn
Participant
0 Kudos

Hi experts,

I'm trying to put a file into a mainframe dataset.

Receiver adapter: File

Transfer Mode: Text

File Type: Text

Encoding: ISO-8859-1

The problem is that the file does not seem to be properly converted to ISO-8859-1.

Testö in source file is written as Test? in target file.

When the file is converted to ISO-8859-1 with other conversion tools, its working.

What might be the problem?

Br

Max

Accepted Solutions (0)

Answers (1)

Answers (1)

Ryan-Crosby
Active Contributor
0 Kudos

Hi Max,

If you add the TextCodepageConversionBean before CallSapAdapter in your receiver channel and retain the settings you already have then you should see that the file is represented correctly on the receiving side.  My guess is that the source encoding is not ISO-8859-1 (likely UTF-8) and that you are only instructing the system to create the file as ISO-8859-1 but the actually bytes are not properly converted from UTF-8.

Regards,

Ryan Crosby