From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4607 Path: news.gmane.org!not-for-mail From: Alan Hourihane Newsgroups: gmane.linux.lib.musl.general Subject: CP850 & IBM850 codepages Date: Tue, 25 Feb 2014 21:44:05 +0000 Message-ID: <530D0EA5.8080904@fairlite.co.uk> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1393364650 10489 80.91.229.3 (25 Feb 2014 21:44:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2014 21:44:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4611-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 25 22:44:19 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WIPnW-0002RS-7D for gllmg-musl@plane.gmane.org; Tue, 25 Feb 2014 22:44:18 +0100 Original-Received: (qmail 19905 invoked by uid 550); 25 Feb 2014 21:44:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19897 invoked from network); 25 Feb 2014 21:44:17 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 X-Mailcore-Auth: 11222358 X-Mailcore-Domain: 207951 Xref: news.gmane.org gmane.linux.lib.musl.general:4607 Archived-At: Hi all, First post to the list, so thank you for musl. I was just compiling samba against musl and got this..... checking for iconv in /usr/lib... yes checking can we convert from CP850 to UCS2-LE?... no checking can we convert from IBM850 to UCS2-LE?... no checking can we convert from ASCII to UCS2-LE?... ASCII checking can we convert from UTF-8 to UCS2-LE?... UTF-8 checking for iconv in /usr/local/lib... yes checking can we convert from CP850 to UCS2-LE?... no checking can we convert from IBM850 to UCS2-LE?... no checking can we convert from ASCII to UCS2-LE?... ASCII checking can we convert from UTF-8 to UCS2-LE?... UTF-8 configure: WARNING: Sufficient support for iconv function was not found. Install libiconv from http://freshmeat.net/projects/libiconv/ for better charset compatibility! Looking at the code we're missing the "cp850" and "ibm850" codepages. I'm not sure how they are derived in the musl source though. Any help appreciated. Thanks, Alan.