spacepaste

  1.  
  2. # /etc/locale.gen: list all of the locales you want to have on your system.
  3. # See the locale.gen(5) man page for more details.
  4. #
  5. # The format of each line:
  6. # <locale name> <charset>
  7. #
  8. # Where <locale name> starts with a name as found in /usr/share/i18n/locales/.
  9. # It must be unique in the file as it is used as the key to locale variables.
  10. # For non-default encodings, the <charset> is typically appended.
  11. #
  12. # Where <charset> is a charset located in /usr/share/i18n/charmaps/ (sans any
  13. # suffix like ".gz").
  14. #
  15. # All blank lines and lines starting with # are ignored.
  16. #
  17. # For the default list of supported combinations, see the file:
  18. # /usr/share/i18n/SUPPORTED
  19. #
  20. # Whenever glibc is emerged, the locales listed here will be automatically
  21. # rebuilt for you. After updating this file, you can simply run `locale-gen`
  22. # yourself instead of re-emerging glibc.
  23. #en_US ISO-8859-1
  24. en_US.UTF-8 UTF-8
  25. #ja_JP.EUC-JP EUC-JP
  26. #ja_JP.UTF-8 UTF-8
  27. #ja_JP EUC-JP
  28. #en_HK ISO-8859-1
  29. #en_PH ISO-8859-1
  30. #de_DE ISO-8859-1
  31. #de_DE@euro ISO-8859-15
  32. #es_MX ISO-8859-1
  33. #fa_IR UTF-8
  34. #fr_FR ISO-8859-1
  35. #fr_FR@euro ISO-8859-15
  36. it_IT ISO-8859-1
  37.