Need help to remove the non printable characters
843811Jul 12 2007 — edited Jul 12 2007Hi all,
I'm working in a webbased system in that users can enter a text which will be updated in the database.Currently the users are cutting and pasting the text from different software products (word, excel, word pad, etc.). This process sometimes copies the end of line or other unprintable characters to our java application.So i want to incorporate a input validation method for this.Is anyone aware of how other systems scrub the data they receive from a web based system?