From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3461 Path: news.gmane.org!not-for-mail From: LM Newsgroups: gmane.linux.lib.musl.general Subject: Re: Iconv and old codepages Date: Wed, 26 Jun 2013 14:39:59 -0400 Message-ID: References: <20130627021539.76b69eea@sibserver.ru> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158c76c0f435604e012f93f X-Trace: ger.gmane.org 1372272010 8390 80.91.229.3 (26 Jun 2013 18:40:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2013 18:40:10 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3465-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 26 20:40:13 2013 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 1UrudX-0007W5-HO for gllmg-musl@plane.gmane.org; Wed, 26 Jun 2013 20:40:11 +0200 Original-Received: (qmail 27843 invoked by uid 550); 26 Jun 2013 18:40:11 -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 27835 invoked from network); 26 Jun 2013 18:40:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=k7DVWtM+u6E72qgLpWHfb2IzBvaduuKtNew1yPhLY+U=; b=ntWXq8KOumr0nlXCqKr0ing+tfia8mg6E1GTr7YChvQoPPTG0UL09xb701NPYf5/dB tUjY7NX7xAwJC6o5IiqofE4WfC22knhRbHcqeKXa4wLRtCuQmojgZ5Yf7z2z5YelODJh gN7qendkUdVhAlhhHiWBcd1D4xPDdwq861d9nOAwTA75tPIvhHTCe7utPIuU5IIe+DNb vnZVE5Sv4XQrjqby/icDRbIKMjPoB7zF/xCkj9uBDxQkXH0XP6NTBDhaO8Xbfst/v96s Uod6N4cfCvhLAcBTj3d+Z1niv9UVHYqfH4PO6f6DEGfH678UU8Oq9mXXysqMoVTUnUvQ lMbA== X-Received: by 10.152.29.227 with SMTP id n3mr2458161lah.43.1372271999400; Wed, 26 Jun 2013 11:39:59 -0700 (PDT) In-Reply-To: <20130627021539.76b69eea@sibserver.ru> Xref: news.gmane.org gmane.linux.lib.musl.general:3461 Archived-At: --089e0158c76c0f435604e012f93f Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 26, 2013 at 2:15 PM, orc wrote: > I also noticed alternative libs thread and corresponding wiki page. > Does someone know lightweight iconv replacement as a temporary measure > (other than libiconv for example)? > Thought I had the Apache Portable Runtime project listed on the alternatives page. Will update that. APR has a version of iconv. BSD systems have their own implementations of iconv. Haven't found a standalone version. There may be some code in obase (listed on wiki). There's mention of a BSD licensed libiconv ( https://wiki.freebsd.org/G%C3%A1borSoC2009 ) as part of Citrus (which was also supposed to have a gettext alternative). The web page on Citrus is at http://citrus.bsdclub.org/ but I haven't found the source code for the project. ICU ( http://site.icu-project.org/) provides uconv instead of iconv. On Windows, they typically use GNU libiconv since iconv isn't part of the C runtime library. If anyone thinks these (or possibly some other alternatives) are useful, I can add the links for them to the wiki. Please let me know if they any of them don't appear too bloated and would be worth adding. Thanks. Laura http://www.distasis.com/cpp --089e0158c76c0f435604e012f93f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Wed, Jun 26, 2013 at 2:15 PM, orc <orc@sibs= erver.ru> wrote:
I also noticed alternative libs thread and corresponding wiki page.
Does someone know lightweight iconv replacement as a temporary measure
(other than libiconv for example)?

Thought I had t= he Apache Portable Runtime project listed on the alternatives page.=A0 Will= update that.
APR has a version of iconv.

BSD system= s have their own implementations of iconv.=A0 Haven't found a standalon= e version.=A0 There may be some code in obase (listed on wiki).=A0 There= 9;s mention of a BSD licensed libiconv ( https://wiki.freebsd.org/G%C3%A1borSoC2009 ) as pa= rt of Citrus (which was also supposed to have a gettext alternative).=A0 Th= e web page on Citrus is at http://ci= trus.bsdclub.org/ but I haven't found the source code for the proje= ct.=A0 ICU ( http://site.icu-proje= ct.org/) provides uconv instead of iconv.=A0 On Windows, they typically= use GNU libiconv since iconv isn't part of the C runtime library.

If anyone thinks these (or possibly some other alternatives) are useful= , I can add the links for them to the wiki.=A0 Please let me know if they a= ny of them don't appear too bloated and would be worth adding.

Thanks.
Laura
http://www.dist= asis.com/cpp



--089e0158c76c0f435604e012f93f--