|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Some additional info.
Comparing "changelog.xml" generated by a job using the Multi SCM plugin to one genereated by a job that only uses the Subversion plugin, I found the following difference.
[Multi SCM plugin]
Generated "changelog.xml" is saved in ANSI format.
[Subversion plugin]
Generated "changelog.xml" is saved in UTF8 format.
Since the processed commit logs contain multi-byte characters, I am assuming the issue is caused because the Multi SCM plugin saves "changelog.xml" in ANSI format.