Guest User

Untitled

a guest
Apr 26th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # /etc/locale.gen: list all of the locales you want to have on your system
  2. #
  3. # The format of each line:
  4. # <locale> <charmap>
  5. #
  6. # Where <locale> is a locale located in /usr/share/i18n/locales/ and
  7. # where <charmap> is a charmap located in /usr/share/i18n/charmaps/.
  8. #
  9. # All blank lines and lines starting with # are ignored.
  10. #
  11. # For the default list of supported combinations, see the file:
  12. # /usr/share/i18n/SUPPORTED
  13. #
  14. # Whenever glibc is emerged, the locales listed here will be automatically
  15. # rebuilt for you. After updating this file, you can simply run `locale-gen`
  16. # yourself instead of re-emerging glibc.
  17.  
  18. #en_US ISO-8859-1
  19. #en_US.UTF-8 UTF-8
  20. #ja_JP.EUC-JP EUC-JP
  21. #ja_JP.UTF-8 UTF-8
  22. #ja_JP EUC-JP
  23. #en_HK ISO-8859-1
  24. #en_PH ISO-8859-1
  25. #de_DE ISO-8859-1
  26. #de_DE@euro ISO-8859-15
  27. #es_MX ISO-8859-1
  28. #fa_IR UTF-8
  29. #fr_FR ISO-8859-1
  30. #fr_FR@euro ISO-8859-15
  31. #it_IT ISO-8859-1
  32. en_US.UTF-8 UTF-8
  33. en_US ISO-8859-1
  34. ru_RU.KOI8-R KOI8-R
  35. ru_RU.UTF-8 UTF-8
  36. ru_RU ISO-8859-5
Add Comment
Please, Sign In to add comment