Hi all. I use application created with Java SDK. In my servlet I get
query parameters so:
item1=new String(request.getParameter("item1").getBytes("ISO-8859-1"),
"Cp1251");
In Tomcat it works perfectly but in GAE I got so characters ????
Who can help me?-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
