in reply to Re^2: Net::Google and non-English languages
in thread Net::Google and non-English languages
Anyway, does your "ps" comment at the end refer to the string being assigned to "$str" in that snippet, and does this explain why you have "פרל" there instead of actual utf8 data? Have you tried doing it like this:
If not, try that. (Just a shot in the dark..)my $str = "\x{1508}\x{1512}\x{1500}";
|
|---|