Advertisement
Guest User

Untitled

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