From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51064) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrUAe-000526-QB for guix-patches@gnu.org; Sat, 27 Jul 2019 17:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrUAd-0007cZ-Vg for guix-patches@gnu.org; Sat, 27 Jul 2019 17:24:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36656) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hrUAc-0007Zq-8h for guix-patches@gnu.org; Sat, 27 Jul 2019 17:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hrUAc-0007aE-32 for guix-patches@gnu.org; Sat, 27 Jul 2019 17:24:02 -0400 Subject: [bug#36825] [PATCH 0/2] Add ascii2binary and uniutils Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50992) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrUAL-00051z-2p for guix-patches@gnu.org; Sat, 27 Jul 2019 17:23:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrUAK-0007IV-7E for guix-patches@gnu.org; Sat, 27 Jul 2019 17:23:44 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:40940) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hrUAK-0007A9-13 for guix-patches@gnu.org; Sat, 27 Jul 2019 17:23:44 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45wzTS46Q3z1rHD6 for ; Sat, 27 Jul 2019 23:23:40 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45wzTS2jP1z1qqkD for ; Sat, 27 Jul 2019 23:23:40 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id YIeIWWjvklBG for ; Sat, 27 Jul 2019 23:23:39 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-53.dynamic.mnet-online.de [188.174.55.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sat, 27 Jul 2019 23:23:39 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 310EB60170 for ; Sat, 27 Jul 2019 23:24:08 +0200 (CEST) From: Hartmut Goebel Date: Sat, 27 Jul 2019 23:23:38 +0200 Message-Id: <20190727212338.567-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36825@debbugs.gnu.org Tools for working with unicode characters and data. Hartmut Goebel (2): gnu: Add ascii2binary. gnu: Add uniutils. gnu/packages/textutils.scm | 109 ++++++++++++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) --=20 2.21.0