Posting Again
I have a simply java web app. It parses some non-english text and display
them using header "Content-Type", "text/plain; charset=UTF-8". It shows all
text properly in local google app engine. However when I deploy at remote
engine, I can see all ????

Servlet Code: resp.setHeader("Content-Type", "text/plain; charset=UTF-8");
       PrintWriter out = resp.getWriter();
       out.println(jsonText);
Local app Display: ਅਜੀਤ : ਤਾਜ਼ਾ ਖ਼ਬਰਾਂ - ਸੜਕ ਹਾਦਸੇ \\'ਚ ਇੱਕੋ ਪਰਿਵਾਰ ਦੇ ਚਾਰ
ਮੈਂਬਰਾਂ ਦੀ ਮੌਤ
Remote app display: ???????????? : ??????????????? ?????????????????? -
????????? ???????????????

Any reason for different behavior?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to