I'm having difficulties reversing a long string that was written in backward hebrew.
which means it was first written from right to left AND opposite (dont ask...)

something like:
skrab dna riah tuo evael yehT. sgod etah I.

I want to get this string back to it's straight form
("I hate dogs. They leave out hair and barks.").

Reversing all the string won't help, neither will reversing each word and
sticking it together (sentences won't be in order). I had limited success when
trying to first split the sentences ("." as the delimter), but no 100% solution.
I know this is doable, because Internet Explorer uses the Visual Encoding, which
acts the same (on the same text).

! pleH

leahciM


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to