in reply to
Re: Reversing Arabic String direction
in thread
Reversing Arabic String direction
(should be)
use open qw(:encoding(utf-8) :std);
Comment on
Re^2: Reversing Arabic String direction
Download
Code
Replies are listed 'Best First'.
Re^3: Reversing Arabic String direction
by
Anonymous Monk
on Jul 10, 2014 at 22:22 UTC
Actually, it appears you want to reverse the whole string, rather then word-by-word. Then it wouldn't work.
[reply]
In Section
Seekers of Perl Wisdom