in reply to Re^4: Reversing Arabic String direction
in thread Reversing Arabic String direction

> I have no idea what the correct way of dealing with that is.

Arabic is right to left but numbers are written with the lowest digit first, thats why they are the same again (double reversed if you want)

I suppose someone didn't know and encoded it wrong.

update

see example

Cheers Rolf

(addicted to the Perl Programming Language)

  • Comment on Re^5: Reversing Arabic String direction