Compile all Java sources in jgit as UTF-8
commit352f134a2e9bba7cffcae037a8c3910cefe07147
authorShawn O. Pearce <spearce@spearce.org>
Sun, 27 Jul 2008 04:07:53 +0000 (26 21:07 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 31 Jul 2008 02:47:05 +0000 (30 19:47 -0700)
tree0238ccbf8feeb94ebb6abfcfe624ac208b2a0c39
parent60e6f201d2e9ee4295e3e16175e8a2097f70f340
Compile all Java sources in jgit as UTF-8

We use a UTF-8 encoding in our source files whenever possible.
If the compiler assumes ASCII we sometimes get warnings parsing
copyright information for authors whose names aren't representable
in US-ASCII.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
make_jgit.sh