Dear All, I'm trying to fix an issue with my OSELAS.BSP-Phytec-phyCORE-12. My program returns empty string from iconv function. It working perfectly on my laptop and any PC. Deb1: Autoconf: -- SDT : Service Description Table (id 0x42)-- Deb1: Autoconf: We discovered a new service, service_id : 0x201 Deb1: Autoconf: free_ca_mode : 0x0 Deb1: Autoconf: service type: 0x1 : Television Deb1: Autoconf: service_name : "" (name encoding : ISO8859-9) I allready copy modules by hand to /usr/lib/gconv/ root@eyetv:/persistent ll -h /usr/lib/gconv/ drwxr-xr-x 2 root root 0 Jan 1 02:33 . drwxr-xr-x 5 root root 0 Jan 1 01:43 .. -rwxr-xr-x 1 root root 9.3K Jan 1 01:43 ISO8859-1.so -rwxr-xr-x 1 root root 9.3K Jan 1 01:43 ISO8859-15.so -rwxr-xr-x 1 root root 9.3K Jan 1 02:33 ISO8859-9.so -rwxr-xr-x 1 root root 9.3K Jan 1 01:43 UNICODE.so -rwxr-xr-x 1 root root 13.3K Jan 1 01:43 UTF-16.so -rwxr-xr-x 1 root root 9.3K Jan 1 01:43 UTF-32.so -rwxr-xr-x 1 root root 17.3K Jan 1 01:43 UTF-7.so I created a binary file from the "gconv-modules" text file with this simple command line: /persistent/iconvconfig --nostdlib --output=/usr/lib/gconv/gconv-modules.cache /usr/lib/gconv/ => OK But I can see any ISO8859 modules here: /persistent ./iconv_prog -l The following list contain all the coded character sets known. This does not necessarily mean that all combinations of these names can be used for the FROM and TO command line parameters. One coded character set can be listed with several different names (aliases). 10646-1:1993, 10646-1:1993/UCS4, ANSI_X3.4-1968, ANSI_X3.4-1986, ANSI_X3.4, ASCII, CP367, CSASCII, CSUCS4, IBM367, ISO-10646, ISO-10646/UCS2, ISO-10646/UCS4, ISO-10646/UTF-8, ISO-10646/UTF8, ISO-IR-6, ISO-IR-193, ISO646-US, ISO_646.IRV:1991, OSF00010020, OSF00010100, OSF00010101, OSF00010102, OSF00010104, OSF00010105, OSF00010106, OSF05010001, UCS-2, UCS-2BE, UCS-2LE, UCS-4, UCS-4BE, UCS-4LE, UCS2, UCS4, UNICODEBIG, UNICODELITTLE, US-ASCII, US, UTF-8, UTF8, WCHAR_T What else can I do to fix that ? Regards, Ludovic