Project

General

Profile

Actions

Bug #12127

closed

LANG environment is not respected

Added by vo.x (Vit Ondruch) about 8 years ago. Updated about 8 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
[ruby-core:74054]

Description

Ruby 2.2:

$ ruby -v
ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-linux]

$ ruby -e "puts ''.encoding"
US-ASCII

$ LANG=en_US.utf-8 ruby -e "puts ''.encoding"
UTF-8

Ruby 2.3:

$ ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]

$ ruby -e "puts ''.encoding"
US-ASCII

$ LANG=en_US.utf-8 ruby -e "puts ''.encoding"
US-ASCII
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0