-
Bug
-
Resolution: Fixed
-
Minor
-
Windows Server 2008 R2 x64
When displaying summary of changes unicode characters are displayed incorrectly.
Browser encoding is set o Unicode.
- is related to
-
JENKINS-7878 MercurialSCM.update(...) should respect slave node default encoding
-
- Resolved
-
[JENKINS-17353] problem with summary encoding
Link |
New:
This issue is related to |
Attachment | New: mercurial.hpi [ 23343 ] |
Unfortunately Mercurial does not define any encoding (for file contents, filenames, or metadata such as user names and comments), so it is impossible for Jenkins to know what encoding was “meant” by the people committing changes, or indeed if they all agree on what encoding to use. My only advice is to use UTF-8 everywhere. Not sure if this is fixable.