Change By: Hubert Chauvat (06/Aug/14 9:30 AM)
Description: When using Jenkins with MSBuild/MSTests, the output console and the plain text have encoding issues.

My OS is in French, so we use accents, which are not well displayed in Jenkins' MSBuild/MSTest output (see
 last line in the  enclosed  screenshot ; the word "Génération" became "G,n,ration" )

The MS CMD output is said to be encoded in [CP 850|http://en.wikipedia.org/wiki/Code_page_850].

My Jenkins/SystemInfo, regarding encoding says : 
file.encoding Cp1252
file.encoding.pkg sun.io
sun.io.unicode.encoding UnicodeLittle
sun.java.command C:\Program Files (x86)\Jenkins\jenkins.war --httpPort=8082 --ajp13Port=-1 -Dfile.encoding=UTF-8
sun.jnu.encoding Cp1252

I tried to use the "-Dfile.encoding=" argument with "UTF8","UTF-8", "Cp850" "ISO8859_1" but without any luck.

I guess as long as there will be differences between MSDOS/MSBuild's encoding and Jenkins' encoding, I won't be able to have proper outputs.
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.

Reply via email to