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 2 of 2

Thread: Umlauts

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

    Post Umlauts

    Hi all,

    since the last Update to Java 1.7 U55 we cant use umlauts like äöü in our Java Program. This Problem is only on Mac systems and have been tested multiple Systems with Mavericks. We tried to setup file.encoding=US-ASCII and UTF-8 with no success. Is there any possible Solution to set the correct case encoding?

    thanks

    tobias

  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: Umlauts

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    You might try Googling. I found this, but I don't know if it applies to your situation.