Salaam all;

Eclipse encoding is UTF-8 and HTML form charset is UTF-8.
Is it OK for this code below?

                System.out.println("1-request char encoding :
"+request.getCharacterEncoding());
                request.setCharacterEncoding("UTF-8");
                System.out.println("2-request char encoding :
"+request.getCharacterEncoding());

executes like this:

1-request char encoding : null
2-request char encoding : null



I am trying to process arabic text as parameter coming from an html
form. The code worked fine in tomcat settings though...


Thanks

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to