Dear Wise Monks,
Please enlighten me on how I am to remove Microsoft Word's special characters from user input before submitting to a postgres database in SQL_ASCII or UTF8 (using Ajax to submit mind you) using perl regex.
Previously, this problem was dealt with by removing all non ascii characters from the user input. However, now I need to be able to allow the user to use special characters for the Portuguese language, which in turn allows Microsoft's special characters to seep through the cracks.
Please Help! Thank you!!