Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Issue : java.io.UnsupportedEncodingException: utf 8r

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Issue : java.io.UnsupportedEncodingException: utf 8r

    Hi All

    I have an issue with mail box. Generally it supports utf-8 format that is fine. But now it is throwing an error called java.io.UnsupportedEncodingException: utf-8r.
    Could you please explain me when this issue occurs, i mean which scenario it will occurs and also what .jar
    file supports this kind of format.

    Awaiting for your early response.

    Thanks & Regards,
    Hays.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Issue : java.io.UnsupportedEncodingException: utf 8r

    What did you find when you Googled the error?

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Issue : java.io.UnsupportedEncodingException: utf 8r

    Hi GregBrannon

    I did not get any information in google. So i contacted this javaforum,

    Thanks & Regards,
    Hays.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Issue : java.io.UnsupportedEncodingException: utf 8r

    Finding no information is unlikely or a gross mischaracterization at best. The information you need is likely among the results you received. Only you can mine those results, refine your search, etc., to find the info you need.

  5. #5
    Junior Member
    Join Date
    Jun 2014
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Issue : java.io.UnsupportedEncodingException: utf 8r

    i found the information for UTF-8 but not for UTF-8r. I don't know how i can resolve this issue. Earlier we have an issue with utf-7 UnSupportedEncoding exception. That has been resolved
    by adding jcharset.jar in to ext folder but now UTF-8r issue is came into picture. I am sure that the user is sending the emails from IPhone/IPad that is the reason it is not accepting new format..

    Regards,
    Hays

  6. #6
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: Issue : java.io.UnsupportedEncodingException: utf 8r

    Can you post the full stack trace.

Similar Threads

  1. [SOLVED] Issue : java.io.UnsupportedEncodingException: utf-7
    By Hays in forum What's Wrong With My Code?
    Replies: 4
    Last Post: June 13th, 2014, 12:51 AM
  2. Encryption password by java MD5 and UTF-8
    By jahirul019 in forum What's Wrong With My Code?
    Replies: 15
    Last Post: October 6th, 2012, 05:35 PM
  3. Java Issue / Cache issue
    By VisualPK in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 14th, 2012, 08:43 PM
  4. Help with UTF-8 characters into Oracle database
    By Scomage in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 13th, 2012, 12:26 PM
  5. UTF - 8 / Byte Stream
    By JavaCODER in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: October 16th, 2010, 02:26 PM