> reuqest.getParameter returns a string that appears to be partially
> utf-8 encoded and partially ISO-8895-1 encoded.
One string with mixed encoding?
One usualy suspect might be the browser: Which one do you
use, and is there a way to intercept the communication
between browser and server? Perhaps the browser sends
utf-8 data but declares it as being iso-8859-1.
Just speculation.
dschectman@yahoo.com - 11 Apr 2007 17:42 GMT
On Mar 27, 3:55 am, Andreas Leitgeb <a...@gamma.logic.tuwien.ac.at>
wrote:
> dschect...@yahoo.com <dschect...@yahoo.com> wrote:
> > reuqest.getParameter returns a string that appears to be partially
[quoted text clipped - 8 lines]
>
> Just speculation.
When I run the same JSP off the web server. The encoding is purely
utf-8. It is only when I run the JSP off the application server that
I see mixed encoding. The documentation for versions 7.X of the
application server refers to a hidden form variable that identifies
the encoding of form data. This leads me to believe that the mixed
encoding may be built in to the GX plug-in, which transfers
information between the web server and the application server.