Hello, I have a problem to dispay the title of email if it includes Chinese. I tried: [1] ... String title = "测试标题"; message.setSubject(title); ... And [2] ... String title = "测试标题"; title = MimeUtility.encodeText(title); message.setSubject(title); ...
Both titles are displayed as "?????????". If the program works in Tomcat (without GAE/GWT), the 2nd is ok. Please let me know, if you have any idea to handle the title localization issue? Thanks in advance, Tony -- 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.
