From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3198 Path: news.gmane.org!not-for-mail From: Jens Staal Newsgroups: gmane.linux.lib.musl.general Subject: Re: High-priority library replacements? Date: Thu, 25 Apr 2013 09:34:35 +0200 Message-ID: <5178DC8B.8010705@gmail.com> References: <20130425041553.GA13951@brightrain.aerifal.cx> <20130425055516.GA82796@intma.in> 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 1366875361 911 80.91.229.3 (25 Apr 2013 07:36:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2013 07:36:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3202-gllmg-musl=m.gmane.org@lists.openwall.com Thu Apr 25 09:36:06 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 1UVGir-0004n2-LB for gllmg-musl@plane.gmane.org; Thu, 25 Apr 2013 09:36:05 +0200 Original-Received: (qmail 6074 invoked by uid 550); 25 Apr 2013 07:36:04 -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 6065 invoked from network); 25 Apr 2013 07:36:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qwiPxkppj78avJa5lUQpPXKqzVUB/swgSRACszOvnNI=; b=JRfDs8269zL/MbyHVVEwcbyi5AeKjTT48xJZwhf1N8qFz0uYbU4EqIhqs9yOd+5a2Z LREkaZNlOSJEG36Pw5Qq+RbFFFycFkv4zta1WtIzbU/oEQocMzjWJMPSYZkUhqpDwj5D EXrRBCsFwt7Ckg832PRPLQ5wnLLf+IQDN2gDqQeA+07JMsJW8O41oeWSbIFvaOUhn9hC eMwdokjcuG6AIosLIxq4HwQ4YBoMR62zpHM2CLy+q+ii4MyED1LnweYKuY7UmJkTjZMY sfkGFl5dw9a5QZq6+PAM37TWChI/ILeIgyLnrbIAjfek/WUn31MgVz4GrGdrRZi0N90f U+Ig== X-Received: by 10.194.235.196 with SMTP id uo4mr1483821wjc.30.1366875353214; Thu, 25 Apr 2013 00:35:53 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 In-Reply-To: <20130425055516.GA82796@intma.in> Xref: news.gmane.org gmane.linux.lib.musl.general:3198 Archived-At: On 2013-04-25 07:55, Kurt H Maier wrote: > On Thu, Apr 25, 2013 at 12:15:53AM -0400, Rich Felker wrote: >> >> 1. A light, C, UTF-8-only Unicode library. > > The only one I know of that might not already be common knowledge is > Connor Lane Smith's libutf: https://github.com/cls/libutf > > khm > Does it work as a drop-in replacement for unixy utf/wchar implementations or is it the Plan9 variant (reference to Runes implies the later)? I found myself needing at first libwchar from heirloom and later the (old) GNU libutf8 under APE to provide some wchar-related functions expected by various applications. It felt really silly to "devolve" like that.