From: Howard Fuchs <[EMAIL PROTECTED]>
> Here is my problem. I have a script which processes input from a
> textarea which may have 'special characters' in it like ? or ? etc.
> Unfortunately what I am getting back are these âÇ? or âÇÖ
> respectively.

Looks like UTF8 (Unicode).
I believe you will have to convert the stuff to a different encoding.

See
        perldoc perluniintro
        perldoc Encode

HTH, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to