Hi;
I tried to use nonlatein characters in URL GET request.But when i use
nonlatin chars looking like "?".
I tried
String kimeisim = req.getParameter("kimeisim");
kimeisim = new String(kimeisim.getBytes("8859_1"),"UTF8");
but nothing happens still non latin chars are ? .
Thanks for all helps
--
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.