cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Special Characters

Former Member
0 Kudos

Hi All,

Input file is having characters like ñ, š. So if I execute the scenario, error is coming in sxmb_moni and it is displaying xml not well formed.

I already studied the document "character encodings in PI".. It says to hanldle characters mentioned above need to use specific codepages.

How to find this codepages and how to implement this in XI.

Can anyone give some solution to handle the special characters as i mentioned above..

Regards

Prakash

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi Prakash,

Those character are related to ISO Latin2, KOI-8CS2.

please check the following link regarding cahracter encoding.

http://luki.sdf-eu.org/txt/cs-encodings-faq.html

these are coming to ISO 8859-2 encoding.

please use the file encoding as ISO 8859-2.

regards

mahesh.

Former Member
0 Kudos

Hi Mahesh,

Your solution solved the problem. Thank you for your timely reply.

Regards

Prakash

former_member185846
Active Participant
0 Kudos

Hi Prakash,

I'm facing th same problem. Please let me know how did you solve your issue.

Thanks,

Joe.

Answers (2)

Answers (2)

Former Member
0 Kudos

Have u checked this one..

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9420 [original link is broken] [original link is broken] [original link is broken]

Former Member
0 Kudos
Former Member
0 Kudos

Hi Shabari,

As I already said i gone through that document but i am not able to solve the problem. Can you have any idea to rectify the problem.

Regards

Prakash

Former Member
0 Kudos

Hi

It depends upon encoding methods you follow,you can use ISO-8859-1 instead of UTF-8 for some special characters.

check the document :

/people/ulrich.brink/blog/2005/08/18/unicode-file-handling-in-abap

Regards,

Shabari

Former Member
0 Kudos

Hi Shabari,

As per the document i tried two possibilty one using XMLAnonymizerBean and by giving the encoding type in the Sender File communication channel. But i am not able to procees the file.

Is there any othert way to handle this type of scenario

Regards

Prakash