"Alexander Voropay" <[EMAIL PROTECTED]> writes: > Could anyone help me ? How to get a list of supported encodings > INSIDE my application ? fp = popen ("command iconv --list", "r"); while (!feof (fp)) ... pclose (fp); -- ---------------. ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Red Hat `--' drepper at redhat.com `------------------------ - Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/lists/
- iconv encodings list Ulrich Drepper
- iconv encodings list Alexander Voropay
- Re: iconv encodings list Bruno Haible