Support to set character encoding for the server connection
Brought to you by:
sjardine
It would be very useful to be able to set the character encoding that is used in the InputStreamReaders/OutputStreamWriters for the server connection (this is especially true for the Job.setProperty/getProperty methods, since the property values may contain "national" characters) .
Please see the attached patch for a quick implementation of what I am thinking of.
patch to implement this feature