M
Murali
Hi,
I support a web application the customers use to update information
regarding various products.
A lot of times, they copy and paste from a Word Document into the
textbox in the provided form.
The cgi beind, reads in this data and stores it in an ASCCI text file.
When the product
information is updated, and this new information is displayed, all the
Word special
characters are displayed as ? (including the apostrophes, hyphens and
other stuff).
I tried dos2unix program to convert this, but it's not working. Is
there a Perl regular
expression out there which can do this job? So I clean up the text
before storing it in a
text file?
Thanks,
-Murali
I support a web application the customers use to update information
regarding various products.
A lot of times, they copy and paste from a Word Document into the
textbox in the provided form.
The cgi beind, reads in this data and stores it in an ASCCI text file.
When the product
information is updated, and this new information is displayed, all the
Word special
characters are displayed as ? (including the apostrophes, hyphens and
other stuff).
I tried dos2unix program to convert this, but it's not working. Is
there a Perl regular
expression out there which can do this job? So I clean up the text
before storing it in a
text file?
Thanks,
-Murali