On Wed Oct 05 05:30, Cédric Pineau wrote: > > > > > My blocking problem is I don't see where/how to specify source files are > > in > > > ISO-8859-1 > > > > I thought Java files were always utf8? > > > > Class files/java internals are UTF-8, but source files are not > necessarily.
override_jh_build:
jh_build -o"-encoding ISO-8859-1"
should do it, you can specify arbitrary extra options to javac this way.
Matt
signature.asc
Description: Digital signature

