Can you report this as a defect on the public issue tracker, with
instructions and a sample application showing how to reproduce the
issue:
http://code.google.com/p/googleappengine/issues/entry?template=Java%20defect

Thanks in advance.

On Tue, Aug 14, 2012 at 8:08 AM, Myupe <[email protected]> wrote:
> Hello,
>
> I've created an GAE http servlet which should handle and manipulate incoming
> and outgoing emails.
>
> I'm dealing with a problem of wrong Hebrew encoding of the incoming emails -
> when receiving an email which contains Hebrew text it gets corrupted.
>
> for instance, in the following code, the email subject contains Hebrew
> characters:
>
> public void doPost (HttpServletRequest req, HttpServletResponse resp )
> throws IOException {
>
>    Message message = new MimeMessage( session, req.getInputStream() );
>    System.out.println( message.getSubject() );
>
> }
>
> The print output will be something like: ×‘×“×™×§× (or set of question
> marks)
>
> Any assistance would be appreciated.
>
> Thanks,
> Meir.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/CZRDbHBd_usJ.
> 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?hl=en.



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to