Re: CGI and special characters

2004-03-29 Thread Jenda Krynicky
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

Re: CGI and special characters

2004-03-27 Thread John McKown
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

CGI and special characters

2004-03-26 Thread Howard Fuchs
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:

CGI and special characters

2004-03-26 Thread Howard Fuchs
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: