From: "Ali BinAbdat" <[EMAIL PROTECTED]>
> Could some body help me in getting a perl program that search my web
> site (.html,.txt, ,,etc) and display the documents or pages that contain
> the required word/s.
> I tried some free perl programs but they did not support notional
> language like Arabic language.
The new Perl 5.6 has unicode support for strings so you'll need that.
Turning it on could be as simple as adding
use utf8;
on top of an existing script.
(Check the docs, I'm not sure of the exact command)
Rob
http://bangkokwizard.com/
Documentation is worth it just to be able to answer all your mail with
'RTFM' - Alan Cox
---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]