cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion - Special Characters

Former Member
0 Kudos

How content conversion behaves with special characters?

Do we need to avoid any text in the input string that needs to be converted?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

You can use encoding for your input structure as ISO-8859-1 instead

of UTF-8

How To Work with Character Encodings in Process Integration

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

Former Member
0 Kudos

Thanks

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

How content conversion behaves with special characters?

Do we need to avoid any text in the input string that needs to be converted?

>>>

There is no link between the content conversion and special characters directly. The dependency is actually on the encoding standard used. You can set your encoding standard in the file adapter.

Option:

File Type

Specify the document data type.

1. Binary

2. Text

Under File Encoding, specify a code page.

For encoding standard ref. the post by another SDNer in this thread itself.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>Do we need to avoid any text in the input string that needs to be converted?

If possible we can do it..Else Encoding will help .

Regards

Sangeetha