xref: /OK3568_Linux_fs/buildroot/package/libiconv/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBICONV
2	bool "libiconv"
3	depends on !BR2_ENABLE_LOCALE
4	help
5	  unicode conversion library
6
7	  http://ftp.gnu.org/pub/gnu/libiconv
8
9if BR2_PACKAGE_LIBICONV
10
11config BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS
12	bool "extra encodings"
13	help
14	  Provide support for a few extra encodings:
15
16	  European languages
17	    CP{437,737,775,852,853,855,857,858,860,861,863,865,869,1125}
18	  Semitic languages
19	    CP864
20	  Japanese
21	    EUC-JISX0213, Shift_JISX0213, ISO-2022-JP-3
22	  Chinese
23	    BIG5-2003 (experimental)
24	  Turkmen
25	    TDS565
26	  Platform specifics
27	    ATARIST, RISCOS-LATIN1
28
29endif
30