Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2020
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # /etc/locale.gen: list all of the locales you want to have on your system.
  2. # See the locale.gen(5) man page for more details.
  3. #
  4. # The format of each line:
  5. # <locale name> <charset>
  6. #
  7. # Where <locale name> starts with a name as found in /usr/share/i18n/locales/.
  8. # It must be unique in the file as it is used as the key to locale variables.
  9. # For non-default encodings, the <charset> is typically appended.
  10. #
  11. # Where <charset> is a charset located in /usr/share/i18n/charmaps/ (sans any
  12. # suffix like ".gz").
  13. #
  14. # All blank lines and lines starting with # are ignored.
  15. #
  16. # For the default list of supported combinations, see the file:
  17. # /usr/share/i18n/SUPPORTED
  18. #
  19. # Whenever glibc is emerged, the locales listed here will be automatically
  20. # rebuilt for you. After updating this file, you can simply run `locale-gen`
  21. # yourself instead of re-emerging glibc.
  22.  
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement