gcj has problems with German umlauts in source files

Adrian Bunk bunk@fs.tum.de
Sun Jun 16 13:09:00 GMT 2002


Hi,

attached is a source file that compiles and runs fine with SUN JDK 1.3.1
but fails to compile with gcj (the Debian package that ships a 2002-06-06
CVS snapshot of the gcc-3_1-branch). It seems gcj has some problems with
German umlauts.

cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox
-------------- next part --------------

public class Problem
{
    /**
     * Problem 1: ?
     */
    public static void main(String[] args)
    {
	/* Problem 2: ? */
	System.out.println("Problem 3: ?");
    } // Problem 4: ?
}


More information about the Java mailing list