cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Arabic Language

apu_das2
Active Contributor
0 Kudos

Hi,

I have a simple proxy to file scenario where in the receiver end we are doing content conversion to generate the file.

This interface will process some Arabic languages along with some English language.

Suppose the FCC will create the file like -

[DATA.1]

Item,a,b,c,d

Item,a1,b1,c1,d1

Now the problem is when its getting any Arabic language its reversing the position as Arabic language starts from right hand side.

So if we get Arabic front in b1 anb d1 its craeting file like -

[DATA.1]

Item,a,b,c,d

Item,a1,d1,c1,b1

Please help if anyone face such issue and done any way around. Thanks in advance,

Accepted Solutions (0)

Answers (1)

Answers (1)

sahithi_moparthi
Contributor
0 Kudos