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

any reason to set LC_ALL to C explicitly? #459

Open
stanleyz opened this issue Nov 16, 2018 · 0 comments
Open

any reason to set LC_ALL to C explicitly? #459

stanleyz opened this issue Nov 16, 2018 · 0 comments

Comments

@stanleyz
Copy link

environment = {"LC_ALL" => "C","PATH" => "#{ENV['PATH']}:<%= if @is_pe == true or @is_pe == 'true' then '/opt/puppet/bin' else '/usr/local/bin' end %>", "http_proxy" => "<%= @http_proxy %>", "https_proxy" => "<%= @http_proxy %>", "GIT_SSL_NO_VERIFY" => "<%= @git_ssl_no_verify %>" }

Any reason the above line set LC_ALL to C explicitly? especially UTF-8 is the de facto standard on systems nowadays.

With the generate_types action implemented in #458 , setting such locale causes Puppet generates a empty metadata file for code that has non-ascii characters inside desc or @doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant