You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
403 B

  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