What's even worse, the output encoding depends on the default locale since it uses String.getBytes() without the charset argument. This is almost certainly not what you want.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
What's even worse, the output encoding depends on the default locale since it uses String.getBytes() without the charset argument. This is almost certainly not what you want.