cancel
Showing results for 
Search instead for 
Did you mean: 

Character Conversion

Former Member
0 Kudos

Hi,

Does anyone know of any Mapping FunctionS (ie including User Defined Functions) which searches through any given string, and converts non_ASCII characters into ASCII format - e.g. from å to a, è to e, etc?

Thanks in advance!

Reuben

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To handle these characters å to a, è to e , you need to write separate Adapter modules, not in mapping. non Ascii chars or non UTF-8..

Can you please explain bit clear..

some mappings like XSLT we can handle with CDATA.

Regards

Chilla

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

can you please clear what is the sender type system char set..is it like iso-8859-1

if so try to change the utf-8 to iso-8859-1 in sender CC- Adapter configuration for file.encoding=<codepage>

.

http://help.sap.com/saphelp_nw04s/helpdata/en/0d/00453c91f37151e10000000a11402f/content.htm

Regards

Chilla

Former Member
0 Kudos

Hi Chilla,

The sending message is non-ASCII, so I do have to specify the relevant CharacterSet in File Encoding in the Sender Communication Channel, and then also specify the ASCII CharacterSet in the Receiver Adapter.

Best regards,

Reuben