cancel
Showing results for 
Search instead for 
Did you mean: 

File receiver, file enconding and special characters

Former Member
0 Kudos

Hi,

We have an XI interface with a file receiver without content conversion (message protocol = file)

File type text, and file encoding is ISO-8859-1.

However latin characters (É, Ñ, Ó ...) are not correctly written in target file.

Has anyone got this working?

Thanks,

Carme

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any input, please ?

GabrielSagaya
Active Contributor
0 Kudos

Since your XML default encoding is "UTF 8" which does not support foreign characters.

You have to use either ISO-8859-1 or ISO-8859-5.

Hence you should opt java mapping for conversion

pls go through the documentation

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79...

Former Member
0 Kudos

Hi, Grabriel

I have several scenarios with file target, content conversion and file enconding ISO-8859-1 which support the same characters (without java mapping) and are running correctly.

However, with same configuration but without content conversion it's not correct . Why ?

thanks