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.
13 lines
386 B
13 lines
386 B
config BR2_PACKAGE_LIBICONV
|
|
prompt "libiconv.......................... character set conversion library"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
|
|
This package contains a _very_ stripped down version of GNU Libiconv,
|
|
all charsets have been removed, except ASCII, various unicode charsets
|
|
and iso8896-1.
|
|
|
|
The original website:
|
|
http://www.gnu.org/software/libiconv/
|
|
|
|
|