It's usually an operating system thing. The encoding used relates entirely to the way the user has chosen to save/read the file on disk after they've transferred it from our repository (which is encoded correctly). In this case, I expect the user's OS default is UTF-8 and unless they specify otherwise, all files get saved in that encoding.
Having said that, the \uxxxx suggestion is not a bad idea. On Wed, 2009-07-22 at 10:25 -0700, Andreas Prlic wrote: > Hi, > > I have not encountered this problem before, I suppose this is because > my standard encoding is ISO-8859-1. Any suggestions for how to set the > default encoding for the files? > > Andreas > > > On Wed, Jul 22, 2009 at 7:34 AM, pprun<[email protected]> wrote: > > Hi there, > > > > It has been a long time(years), I got this compile error when I trying to > > compile source code: > > > > GUITools.java:14: unmappable character for encoding UTF-8 > > * @author Kalle N?slund > > > > StructureException.java:29: unmappable character for encoding UTF-8 > > * @author Andreas Prlic, Thomas Down, Benjamin Schuster-B?ckler > > > > > > I trust you are not UTF-8 for your develpment environments, > > I'm also awared that other global opern source projects are adopting a > > convention to solve this problem: by using the '\uxxxx' escape to US-ASCII > > characters. > > > > > > Sorry! N?slund and Schuster-B?ckler. > > > > Pprun > > > > _______________________________________________ > > Biojava-l mailing list - [email protected] > > http://lists.open-bio.org/mailman/listinfo/biojava-l > > > > _______________________________________________ > Biojava-l mailing list - [email protected] > http://lists.open-bio.org/mailman/listinfo/biojava-l -- Richard Holland, BSc MBCS Operations and Delivery Director, Eagle Genomics Ltd T: +44 (0)1223 654481 ext 3 | E: [email protected] http://www.eaglegenomics.com/ _______________________________________________ Biojava-l mailing list - [email protected] http://lists.open-bio.org/mailman/listinfo/biojava-l
