How do I compile a ListResourceBundle that is not encoded with straight ASCII characters?
Created Aug 31, 2000
John Zukowski You can specify the encoding at compile time with the -encoding option to the javac compiler.
Created Aug 31, 2000