Problem with plus (+) character in form

Hi,
I have form with text input type.
And if I want save text e.g. “M+K” from this input into DB then char (+) is lost and in DB is stored “M K” text.

Propably problem in method form.
How I can change method for form.

Have you a solution ?
Thank you.

Marek

Re: Problem with plus (+) character in form

What is the database?
What charset is used there?

V?tor Jamil

Re: Problem with plus (+) character in form

Database is Mysql.
Charset for DB is utf-8.

But plus character is lost already after submit form and before save into DB.
On image is output in onValidate event.

Re: Problem with plus (+) character in form

Hi, any help?

If I type into form %2B instead (+) then is character saved correctly.

Thanks.
Marek