From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Pohanka Date: Thu, 31 Oct 2013 13:50:42 +0100 Subject: [Buildroot] iconv: additional encodings Message-ID: <52725222.9050503@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi all, I'm using buildroot for creating a filesystem on armhf target. Target is selected as external and it is Linaro 2013.04. iconv is a part of glibc in such configuration as far as I know. I have also selected "Copy GCONV libraries to target" option and "Generate locale data" for cs_CZ.CP1250 cs_CZ.UTF-8 cs_CZ.ISO-8859-2 - I'm interested mainly in these encodings. Unfortunately in such case iconv -l still shows only a few basic encodings but ISO-8859-2 nor CP1250 are present. (CP1250.so and ISO8859-2.so exists in /usr/lib/gconv) Is it possible to add required encodings iconv support somehow, please? with best regards Jan