Matthew Toseland wrote:
> On Monday 20 August 2007 15:47, Malkus Lindroos wrote:
>> Having trouble compiling - the compiler complains about characters not
>> suitable fro UTF8:
>>
>> java:47: warning: unmappable character for encoding UTF8
>> [javac] assertNotNull(new
>> SubConfig("testing1%???~#{[|`^@??????&???", co
>>
>> So I'd need to know the encoding used by the files?
>
> Presumably it's trying to compile them as UTF-8 when they are actually
> ISO-8859-1. This can be fixed by changing the characters or changing the
> encoding. File a bug, I'll assign it to sback. :|
>> Was trying to test using minimum ping time instead of a full average for
>> load limiting.
No need, the encoding can be set by a compiler option as long as it's
known. Thanks for the info.
--
Malkus Lindroos