Config.in 403 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2010-2016 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. menu "Configuration"
  8. depends on PACKAGE_znc
  9. config ZNC_ICU
  10. bool
  11. prompt "Enable ICU character encoding support."
  12. help
  13. Allows configuration of the charset used between clients and ZNC, and
  14. between ZNC and the IRC server".
  15. endmenu