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
On Fri, 26 Mar 2004, Howard Fuchs wrote:
> Hi all:
>
> 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.
>
> Script snippet start---
Hi all:
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.
Script snippet start--
use CGI qw/:standard/;
print "Content-type