I want to know how to change the Bamboo's JDK default Java encode.
I am using SVNKit ISVNAnnotateHandler#handleLine(..., String line, ...).
The handleLine() seems to convert the byte array retrieved from Subversion to Java String using the Bamboo's default encode.
I want to change the default encode, probably M932, to UTF8.
How can I do that?
I found the solution for this issue.
You can set the encode in the method of SVNLogClient.doAnnotate().
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.