On Thu, Feb 6, 2014 at 12:12 AM, <[email protected]> wrote: > I have a simple java web app that parses some non-english text and > displays them with header "Content-Type", "text/plain; charset=UTF-8". > Texts displayed perfectly in my localhost with google app engine jetty > server. However when I deploy same code at remote engine, I can see all > "???????????? : ??????????????? ?????????????????? - ????????? > ???????????????". In my localhost the same text appeared as "ਅਜੀਤ : ਤਾਜ਼ਾ > ਖ਼ਬਰਾਂ - ਸੜਕ ਹਾਦਸੇ \\'ਚ ਇੱਕੋ ਪਰਿਵਾਰ ਦੇ ਚਾਰ ਮੈਂਬਰਾਂ ਦੀ ਮੌਤ". Any reason for > different behavior? Please find my servlet code below: >
If you record the above text into logging ( you can use a simple System.out.println() call ) do you see the Hindi text in App Engine logging? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
