cancel
Showing results for 
Search instead for 
Did you mean: 

File has to get in PC Unicode format.. !!

Former Member
0 Kudos

Hi All,

I am doing a Bypass to Bypass file scenario, I need to to pick the file from application server and post the same in output server.

The output file has to come PC Unicode format.

Is there any File Encoding option where i can use to acheive this..??

I tried with most of the encoding options like

<b>ISO-8859-1

ISO-8859-16

UTF-16

Unicode..</b> etc

But all the above file are coming in Unix,Unicode format.

(If you open the file in TextPad.. in the bottom you will come to know the format of the file)

Please suggets if you have anything to acheive the file in PC,Unicode format.

Thanks

Seema.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Could you tell me the difference of PC-Unicode and Unix-Unicode?

Maybe you mean the difference of the EOL character.

You can change the EOL character with the adapter module ConvertCRLFfromToLF:

http://help.sap.com/saphelp_nw04/helpdata/en/96/f04142099eb76be10000000a155106/frameset.htm

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

You have the choice of these:

Character Set

Description

US-ASCII

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

ISO-8859-1

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

UTF-8

Eight-bit Unicode character format

UTF-16BE

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

UTF-16LE

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

UTF-16

16-Bit Unicode character format byte order

http://help.sap.com/saphelp_nw04/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm