cancel
Showing results for 
Search instead for 
Did you mean: 

handle "0X0B" Hex Characters

Former Member
0 Kudos

Hi, how to deal with hexadecimal values in XI. There are some values in file like "0X0B"

regards

reema

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This can be avoided by using proper encoding scheme in ur communication channel.try using encoding scheme UTF-8 which will not convert the character into any special characters.

in case of ur file adapter it can performed by giving the basic type as text and encoding scheme as UTF-8.try implementing the encoding scheme.

Thanks

swarup

Answers (1)

Answers (1)

Former Member
0 Kudos

hi reema,

As JAVA RUNTIME ENVIRONMNET supports ascii, iso-latin-1, utf-8, utf-16, utf-16le, utf-16be

Try with encoding schema UTF-8

regards

kummari