Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File encoding being set to UTF-8 BOM despite encoding option being set #1979

Closed
tothegills opened this issue Sep 9, 2015 · 9 comments
Closed
Labels
closed/wontfix This issue was closed because we have decided not to make the suggested changes kind/bug This issue represents a verified problem we are committed to solving

Comments

@tothegills
Copy link
Contributor

For variable transforms, the file encoding is being forced to UTF-8 BOM and seems to be ignoring the option to use template encoding.
See:
https://secure.helpscout.net/conversation/118999769/1448/

@tothegills tothegills added the kind/bug This issue represents a verified problem we are committed to solving label Sep 9, 2015
@tothegills tothegills reopened this Sep 9, 2015
@tothegills
Copy link
Contributor Author

This is happening post 3.0.10 (when a fix was made)

@Dalmirog-zz
Copy link

@DamianMac DamianMac added the closed/wontfix This issue was closed because we have decided not to make the suggested changes label Nov 13, 2015
@DamianMac
Copy link

@TrentScholl
Copy link

Since it seems this won't be fixed.. If anyone comes across this, the work around is to add a step to your projects deployment processes with the following bash script to remove the BOM

sed -i '1 s/^\xef\xbb\xbf//' /path/to/deployment/*.conf

@paddie
Copy link

paddie commented Jun 7, 2018

@DamianMac the link you provided doesn't give us any insight into why this was closed. We are running into this issue now, quite a few years later though...

@DamianMac
Copy link

Sorry @paddie maybe report it to support @ octopus (I don't work there anymore).
But if three people hit it in 3 and a half years it might not be the highest priority :)

@paddie
Copy link

paddie commented Jun 7, 2018

Ha, I will @DamianMac :)

Yeah, we're also not sure exactly why it started happening now and the one team that's been hit by it (out of 15 other ones with around 300 projects), and we're also just performing a workaround so we don't have to wait for a fix.

Have a good day!

@droyad
Copy link
Contributor

droyad commented Jun 7, 2018

@paddie Does #4613 sound like the problem? If not, contact support with the details, including sample files and your configuration.

@lock
Copy link

lock bot commented Nov 23, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed/wontfix This issue was closed because we have decided not to make the suggested changes kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

6 participants