IntelliJ and internationalisation: accented characters

Posted by skiaddict1 on Stack Overflow See other posts from Stack Overflow or by skiaddict1
Published on 2010-05-14T07:15:46Z Indexed on 2010/05/14 7:54 UTC
Read the original article Hit count: 300

Filed under:
|
|

I have a java application which has a GUI in both English and French, using the standard Java internationalisation services. I wrote it in JBuilder 2005 on an old machine, and recently upgraded, which has meant changing IDEs. I have finally settled on IntelliJ, which I adore.

However, it doesn't seem able to handle the accented characters in my ListResourceBundle descendants which contain French. When I first created the IntelliJ project and added my source (which I did manually, to be sure nothing weird was going on behind the scenes), I noticed that all the accented characters had been changed into pairs of characters such as v©. I went through the code and corrected all of these, and assumed that the problem was fixed.

But I find on running the (rebuilt) project that the pairs of characters are still showing, instead of the accented characters that I see in my code!!

Can someone who has done internationalisation in IntelliJ please tell me what I need to do to fix this?

Grateful TIA!

PS I'm on the Mac, BTW

© Stack Overflow or respective owner

Related posts about intellij

Related posts about java