Hi,

I have tried the following test program:

use strict;
use utf8;
use Text::Unidecode;
print unidecode("şip");

The printed text is "sip" (correctly.

If I do:

> perlapp test.pl
> test.exe

...it prints:

[?] ip

(which is not correctly)

The test.pl file is UTF-8 encoded.
Am I doing something wrong? Can I do something to make it work? Or PDK 
doesn't work with Text::Unidecode?

Thank you very much.

Octavian

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to