Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. % locale
  2. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  3. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  4. locale: Cannot set LC_ALL to default locale: No such file or directory
  5. LANG=en_CA.UTF-8
  6. LC_CTYPE="en_CA.UTF-8"
  7. LC_NUMERIC="en_CA.UTF-8"
  8. LC_TIME="en_CA.UTF-8"
  9. LC_COLLATE="en_CA.UTF-8"
  10. LC_MONETARY="en_CA.UTF-8"
  11. LC_MESSAGES="en_CA.UTF-8"
  12. LC_PAPER="en_CA.UTF-8"
  13. LC_NAME="en_CA.UTF-8"
  14. LC_ADDRESS="en_CA.UTF-8"
  15. LC_TELEPHONE="en_CA.UTF-8"
  16. LC_MEASUREMENT="en_CA.UTF-8"
  17. LC_IDENTIFICATION="en_CA.UTF-8"
  18. LC_ALL=
  19.  
  20. % locale -a
  21. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  22. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  23. locale: Cannot set LC_COLLATE to default locale: No such file or directory
  24. C
  25. POSIX
  26. en_US.utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement