cancel
Showing results for 
Search instead for 
Did you mean: 

How to read text file contain chinese character ?

Former Member
0 Kudos

Hi XI Expert,

I have scenario to read text file contain Chinese Character using sender file adapter. but every i was check from sxmb_moni all the chinese character looks different. and also the target file also i has changes.

Please advise me how to maintaine the chinese character in PI 7.0 SP17.

Thank You and Best Regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fernand,

just an idea - try to set up file adapter parameters:

file type = text

Encoding = Big5

Then you set up such parameters, XI convert text file from Big5 to UTF8 codepage.

All possible values of encoding parameter depends on the version of java on your XI server.

Possible encodings for J2SE 1.4.2 you can find here:

http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html

Regards,

Alexej.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Alexej,

Thank your very much, it's working now after i am using Big5 Codepage.

Best Regards

Fernand

Former Member
0 Kudos

Hi,

Refer these threads..

Here is one more useful guide..

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

Regards,

Sarvesh

Edited by: Sarvesh Singh on Nov 17, 2008 3:47 PM

Former Member
0 Kudos

Hi,

You need to use the UNICODE compatibility of XI while delaing with Chinese or Japnese characters.

SAP NetWeaver Process Integration Unicode Guide

Release

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f79f5146-0a01-0010-da97-eaa3f7d1...

Regards

Seshagiri

Former Member
0 Kudos

wat is the encoding set for ur XI system it should act as unicode system, ask ur basis people to check.

also check the encoding used in file adapter.

chirag