summaryrefslogtreecommitdiffstats
path: root/rules/libiconv.in
blob: 9c55dc2f0e9e202ae9dae933fc4b1fb51c9cd36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig LIBICONV
	bool
	prompt "libiconv                    "
	help

	  libiconv converts traditional character encodings
	  to/from UNICODE. It is for you if your application
	  needs to support multiple character encodings, but
	  that support lacks from your system.

config LIBICONV_EXTRA_ENCODINGS
	depends on LIBICONV
	bool
	prompt "build with support for extra encodings"
	help
	  provides support for a few extra encodings. see
	  readme in source package for details