Heya guys,
I'm in desperate need of help.
I have a Java servlet that is accessed by a HTTP Get URL with eight parameters in it. The problem is that the parameters are not exclusive to English. Any other language can be in those parameters, like Hebrew, for example.
Now, when I send the data - either from the class that is supposed to send the Get request or simply from the browser's address bar, the query that I see in debug (Netbeans) has gibberish characters and the Parameters themselves, post request.getParameter are ???? question marks.
How or where would I go about solving this?