Hello all
I have a
JSP that goes like this:
In others JSPs within the same app (each document share the same codification tag) I can add data with special characters like ñ, á , ö, ê , etc.
however, in this particular form, they're added to database as junk characters like á , ñ , ...
I've already changed my tables' codification to UTF-8, to no avail
I believe it has something to do with the
enctype="multipart/form-data" parameter
Is there anything you can suggest to stop this from happening?
I'm using BEA Weblogic 8.1.3
Thank you in advance