Hi 

 

I gave a cgi script that takes the web form data, send them to a
different system by e-mail. On that system I have a process to load the
e-mail data to the database. The problem is that if users entered some
European name that has some special character in one of the form field
it will chock up the data loading process. We do not want to remove
those special characters from the input string because it is part of the
name. We think that if we can convert those Unicode to ANSI or ASCII
character it will fix the problem but we do not how to do it on the perl
cgi script. Please help.

 

Thank you,

 

Daniel

Reply via email to