cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in file-Adapter during polling with u00E4,u00F6 etc.

frank_schmitt3
Participant
0 Kudos

Hallo,

i have the problem described above. Is there any help?

Thanks,

Frank

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Please change the File Encoding in the sender file adapter to <b>ISO-8859-1</b>.

Please look into this link,.

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

--> File Type.

<i>File Type

Specify the document data type.

&#9675; Binary

&#9675; Text

Under File Encoding, specify a code page.

The default setting is to use the system code page that is specific to the configuration of the installed operating system. The file content is converted to the UTF-8 code page before it is sent.

Permitted values for the code page are the existing Charsets of the Java runtime. According to the SUN specification for the Java runtime, at least the following standard character sets must be supported:

&#9632; US-ASCII

Seven-bit ASCII, also known as ISO646-US, or Basic Latin block of the Unicode character set

&#9632; <b>ISO-8859-1

ISO character set for Western European languages (Latin Alphabet No. 1), also known as ISO-LATIN-1</b>

&#9632; UTF-8

8-bit Unicode character format

&#9632; UTF-16BE

16-bit Unicode character format, big-endian byte order

&#9632; UTF-16LE

16-bit Unicode character format, little-endian byte order</i>

Regards

Bhavesh