in reply to Re: Text encoding in web form entries
in thread Text encoding in web form entries

++ and thanks

Could I still have issues when people copy and paste from MS apps into the form? Will I need to run the demoronzier over some submissions?

qq

  • Comment on Re: Re: Text encoding in web form entries

Replies are listed 'Best First'.
Re: Re: Re: Text encoding in web form entries
by borisz (Canon) on Feb 20, 2004 at 09:11 UTC
    I do not know, but the trick is to put information into a form that gives you the power to recognice what happened to the data after the user has add something. Then convert it to a known state and continue processing. That works very well. I inherite from Apache::Request, process all incomming POST requests if they include one of my keys otherwise pass them through.
    Boris