cancel
Showing results for 
Search instead for 
Did you mean: 

file content conversion

Former Member
0 Kudos

Hi ,

how can we convert the special characters using file conversion parameters

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

refer similar kind of discussion also

Thanks

Swarup

Former Member
0 Kudos

Hi

You must specify the value UTF-8 for XML text documents that are coded in UTF-8. Text files that are neither in the system code page nor are coded in UTF-8 can only be read if the corresponding code page is available in the Java runtime environment. 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:

Also Try SJIS, JIS, UTF-8,UTF-16..and even binary transfer...

Refer

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...

Thanks

Swarup

GabrielSagaya
Active Contributor
0 Kudos

Hi

Normally you are using encoding standard utf-8859-1

it doesnt support spl char like &, and some foriegn char...

so you have to convert UTF-8 into ISO-8859-1 using java mapping or XSLT mapping

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