-
-
Save ygorluiz/bfde0db984b5711a373585ab5babcac9 to your computer and use it in GitHub Desktop.
Revisions
-
nicks9188 revised this gist
May 6, 2019 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 1. `vi /etc/environment` add these lines... ``` @@ -7,6 +7,7 @@ LC_ALL=en_US.utf-8 ``` Alternatively, 2. Create locale file manually: `localedef -i en_US -f UTF-8 en_US.UTF-8` Explained [here](https://www.thomas-krenn.com/en/wiki/Perl_warning_Setting_locale_failed_in_Debian) -
nicks9188 renamed this gist
May 6, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
nicks9188 created this gist
May 6, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 1) `vi /etc/environment` add these lines... ``` LANG=en_US.utf-8 LC_ALL=en_US.utf-8 ``` Alternatively, 2) Create locale file manually: `localedef -i en_US -f UTF-8 en_US.UTF-8` Explained [here](https://www.thomas-krenn.com/en/wiki/Perl_warning_Setting_locale_failed_in_Debian)