Team,
We are facing issues with bamboo, while its downloading our source code projects with wrong encoding versions, what we need is UTF-8.
we do see random/junk special characters in our translations [under custom actions of advanced installer] example : "Für diese" instead of "Für diese".
We confirmed that there is no issue from advanced installer.
We confirmed no issue in the GIT and the machine too, as when we clone the code via gitbash, we see correct special characters. also when we download manually code from bitbucket, we see the correct code/characters.
Note: Build is working, Projects/solutions/code is being compiled correctly but just the code is not being downloaded correctly from bamboo. when we do manual clone, its flawless.
we followed below links for remedies but no much help:
wrapper.java.additional.3=-Dfile.encoding=utf-8
wrapper.java.additional.4=-Dsun.jnu.encoding=utf-8
this helped to see the "System Encoding = utf-8 " under Bamboo Agent System properties