[rhinstaller/anaconda/pulls/65 f22-branch] translations and unicode

dashea installerbot-noreply at redhat.com
Mon Apr 13 13:32:22 UTC 2015


I removed the LC_ALL liveinst commit because I don't think it ever actually worked.

$ env - python -c 'import sys; print(sys.getdefaultencoding())'
ascii
$ LC_ALL='en_US.UTF-8' python -c 'import sys; print(sys.getdefaultencoding())'
ascii

If I am missing something I will be happy to put it back.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/65


More information about the anaconda-patches mailing list