On Wed, Aug 21, 2013 at 5:54 PM, teilo <[email protected]> wrote: > In those cases would it not be better to explicitly pass the platform charset > to make it obvious it is a conscious decision?
Yes. At least for the run log it already does, so if FB is turning up usages of e.g. new FileWriter(File) then these ought to get corrected. A fair number of usages are known to be ASCII-only, but passing "ASCII" there would be clearer and safer. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
