android_external_libiconv | Android port of GNU libiconv
kandi X-RAY | android_external_libiconv Summary
kandi X-RAY | android_external_libiconv Summary
android_external_libiconv is a C library.,roid_external_libiconv has no bugs, it has no vulnerabilities and it has low support. However android_external_libiconv has a Non-SPDX License. You can download it from GitHub.
This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
Support
Quality
Security
License
Reuse
Support
android_external_libiconv has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 15 watchers for this library.
It had no major release in the last 6 months.
android_external_libiconv has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of android_external_libiconv is current.
Quality
android_external_libiconv has no bugs reported.
Security
android_external_libiconv has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
android_external_libiconv has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
android_external_libiconv releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of android_external_libiconv
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of android_external_libiconv
android_external_libiconv Key Features
No Key Features are available at this moment for android_external_libiconv.
android_external_libiconv Examples and Code Snippets
No Code Snippets are available at this moment for android_external_libiconv.
Community Discussions
No Community Discussions are available at this moment for android_external_libiconv.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install android_external_libiconv
As usual for GNU packages:. After installing GNU libiconv for the first time, it is recommended to recompile and reinstall GNU gettext, so that it can take advantage of libiconv. On systems other than GNU/Linux, the iconv program will be internationalized only if GNU gettext has been built and installed before GNU libiconv. This means that the first time GNU libiconv is installed, we have a circular dependency between the GNU libiconv and GNU gettext packages, which can be resolved by building and installing either.
first libiconv, then gettext, then libiconv again, or (on systems supporting shared libraries, excluding AIX)
first gettext, then libiconv, then gettext again. Recall that before building a package for the second time, you need to erase the traces of the first build by running "make distclean".
The library mode. This works on all systems, and uses a library libiconv.so' and a header file <iconv.h>'. (Both are installed through "make install".) To use it, simply #include <iconv.h> and use the functions. To use it in an autoconfiguring package: If you don't use automake, append m4/iconv.m4 to your aclocal.m4 file. If you do use automake, add m4/iconv.m4 to your m4 macro repository. Add to the link command line of libraries and executables that use the functions the placeholder @LIBICONV@ (or, if using libtool for the link, @LTLIBICONV@). If you use automake, the right place for these additions are the *_LDADD variables. Note that 'iconv.m4' is also part of the GNU gettext package, which installs it in /usr/local/share/aclocal/iconv.m4.
The libc plug/override mode. This works on GNU/Linux, Solaris and OSF/1 systems only. It is a way to get good iconv support without having glibc-2.1. It installs a library `preloadable_libiconv.so'. This library can be used with LD_PRELOAD, to override the iconv* functions present in the C library. On GNU/Linux and Solaris: $ export LD_PRELOAD=/usr/local/lib/preloadable_libiconv.so On OSF/1: $ export _RLD_LIST=/usr/local/lib/preloadable_libiconv.so:DEFAULT A program's source need not be modified, the program need not even be recompiled. Just set the LD_PRELOAD environment variable, that's it!
first libiconv, then gettext, then libiconv again, or (on systems supporting shared libraries, excluding AIX)
first gettext, then libiconv, then gettext again. Recall that before building a package for the second time, you need to erase the traces of the first build by running "make distclean".
The library mode. This works on all systems, and uses a library libiconv.so' and a header file <iconv.h>'. (Both are installed through "make install".) To use it, simply #include <iconv.h> and use the functions. To use it in an autoconfiguring package: If you don't use automake, append m4/iconv.m4 to your aclocal.m4 file. If you do use automake, add m4/iconv.m4 to your m4 macro repository. Add to the link command line of libraries and executables that use the functions the placeholder @LIBICONV@ (or, if using libtool for the link, @LTLIBICONV@). If you use automake, the right place for these additions are the *_LDADD variables. Note that 'iconv.m4' is also part of the GNU gettext package, which installs it in /usr/local/share/aclocal/iconv.m4.
The libc plug/override mode. This works on GNU/Linux, Solaris and OSF/1 systems only. It is a way to get good iconv support without having glibc-2.1. It installs a library `preloadable_libiconv.so'. This library can be used with LD_PRELOAD, to override the iconv* functions present in the C library. On GNU/Linux and Solaris: $ export LD_PRELOAD=/usr/local/lib/preloadable_libiconv.so On OSF/1: $ export _RLD_LIST=/usr/local/lib/preloadable_libiconv.so:DEFAULT A program's source need not be modified, the program need not even be recompiled. Just set the LD_PRELOAD environment variable, that's it!
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page