From unknown Tue Jun 17 01:47:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36825] [PATCH 0/2] Add ascii2binary and uniutils Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Jul 2019 21:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36825@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156426262729126 (code B ref -1); Sat, 27 Jul 2019 21:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jul 2019 21:23:47 +0000 Received: from localhost ([127.0.0.1]:45477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUAN-0007Zi-D9 for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:23:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:40279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUAL-0007Za-RC for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:23:46 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 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) X-Virus-Scanned: amavisd-new at mnet-online.de 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> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.18.0.9 X-Spam-Score: 0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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 From unknown Tue Jun 17 01:47:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36825] [PATCH 1/2] gnu: Add ascii2binary. References: <20190727212338.567-1-h.goebel@crazy-compilers.com> In-Reply-To: <20190727212338.567-1-h.goebel@crazy-compilers.com> Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Jul 2019 21:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36825@debbugs.gnu.org Received: via spool by 36825-submit@debbugs.gnu.org id=B36825.156426274629367 (code B ref 36825); Sat, 27 Jul 2019 21:26:01 +0000 Received: (at 36825) by debbugs.gnu.org; 27 Jul 2019 21:25:46 +0000 Received: from localhost ([127.0.0.1]:45483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUCC-0007dQ-S4 for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:25:46 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:45149) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUCA-0007dB-1e for 36825@debbugs.gnu.org; Sat, 27 Jul 2019 17:25:39 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45wzWj1fhmz1rQBk for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:36 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45wzWh61bPz1qqkD for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:36 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de 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 Dmzorfo0j0Ws for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:35 +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 <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:35 +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 23C6E60170 for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:26:04 +0200 (CEST) From: Hartmut Goebel Date: Sat, 27 Jul 2019 23:25:33 +0200 Message-Id: <20190727212534.631-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/textutils.scm (ascii2binary): New variable. --- gnu/packages/textutils.scm | 46 +++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index d1dc14e6d7..aeb1953b99 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2017 Eric Bavier ;;; Copyright © 2017 Rene Saavedra -;;; Copyright © 2017 Hartmut Goebel +;;; Copyright © 2017,2019 Hartmut Goebel ;;; Copyright © 2017 Kei Kebreau ;;; Copyright © 2017 Alex Vong ;;; Copyright © 2018 Tobias Geerinckx-Rice @@ -321,6 +321,50 @@ input bits thoroughly but are not suitable for cryptography.") ;; entails." (license license:public-domain))) +(define-public ascii2binary + (package + (name "ascii2binary") + (version "2.14") + (source + (origin + (method url-fetch) + (uri (string-append "http://billposer.org/Software/Downloads/" + "ascii2binary-" version ".tar.bz2")) + (sha256 + (base32 "0dc9fxcdmppbs9s06jvq61zbk552laxps0xyk098gj41697ihd96")))) + (build-system gnu-build-system) + (native-inputs + `(("gettext" ,gettext-minimal))) + (home-page "https://billposer.org/Software/a2b.html") + (synopsis "Convert between ASCII, hexadecimal and binary representations") + (description "The two programs are useful for generating test data, for +inspecting binary files, and for interfacing programs that generate textual +output to programs that require binary input and conversely. They can also be +useful when it is desired to reformat numbers. + +@itemize + +@item @command{ascii2binary} reads input consisting of ascii or hexadecimal + representation numbers separated by whitespace and produces as output + the binary equivalents. The type and precision of the binary output + is selected using command line flags. + +@item @command{binary2ascii} reads input consisting of binary numbers + and converts them to their ascii or hexadecimal representation. + Command line flags specify the type and size of the binary numbers + and provide control over the format of the output. + Unsigned integers may be written out in binary, octal, decimal, + or hexadecimal. + + Signed integers may be written out only in binary or decimal. Floating + point numbers may be written out only decimal, either in standard or + scientific notation. (If you want to examine the binary representation + of floating point numbers, just treat the input as a sequence of unsigned + characters.) + +@end itemize") + (license license:gpl3))) + (define-public libconfig (package (name "libconfig") -- 2.21.0 From unknown Tue Jun 17 01:47:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36825] [PATCH 2/2] gnu: Add uniutils. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Jul 2019 21:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36825 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36825@debbugs.gnu.org Received: via spool by 36825-submit@debbugs.gnu.org id=B36825.156426274729373 (code B ref 36825); Sat, 27 Jul 2019 21:26:02 +0000 Received: (at 36825) by debbugs.gnu.org; 27 Jul 2019 21:25:47 +0000 Received: from localhost ([127.0.0.1]:45485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUCI-0007dc-Kl for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:25:46 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:37987) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUCB-0007dE-JU for 36825@debbugs.gnu.org; Sat, 27 Jul 2019 17:25:40 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45wzWl17Grz1rHD6 for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:38 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45wzWk6pZjz1qqkD for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de 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 kT_OYGIyyXuE for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:37 +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 <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:25:37 +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 3C9BB601E8 for <36825@debbugs.gnu.org>; Sat, 27 Jul 2019 23:26:04 +0200 (CEST) From: Hartmut Goebel Date: Sat, 27 Jul 2019 23:25:34 +0200 Message-Id: <20190727212534.631-2-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190727212534.631-1-h.goebel@crazy-compilers.com> References: <20190727212534.631-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/textutils.scm (uniutils): New variable. --- gnu/packages/textutils.scm | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index aeb1953b99..ea6b4232de 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -45,6 +45,7 @@ #:use-module (guix build-system python) #:use-module (gnu packages) #:use-module (gnu packages autotools) + #:use-module (gnu packages base) #:use-module (gnu packages compression) #:use-module (gnu packages gettext) #:use-module (gnu packages java) @@ -362,6 +363,68 @@ useful when it is desired to reformat numbers. of floating point numbers, just treat the input as a sequence of unsigned characters.) +@end itemize") + (license license:gpl3))) + +(define-public uniutils + (package + (name "uniutils") + (version "2.27") + (source + (origin + (method url-fetch) + (uri (string-append "http://billposer.org/Software/Downloads/" + "uniutils-" version ".tar.bz2")) + (sha256 + (base32 "19w1510w87gx7n4qy3zsb0m467a4rn5scvh4ajajg7jh6x5xri08")))) + (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-dependency-tracking") + #:phases + (modify-phases %standard-phases + (add-after 'build 'fix-paths + (lambda* (#:key outputs inputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (a2b (assoc-ref inputs "ascii2binary")) + (iconv (assoc-ref inputs "libiconv"))) + (substitute* "utf8lookup" + (("^ascii2binary ") (string-append a2b "/bin/ascii2binary ")) + (("^uniname ") (string-append out "/bin/uniname ")) + (("^iconv ") (string-append iconv "/bin/iconv "))) + #t)))))) + (inputs + `(("ascii2binary" ,ascii2binary) + ("libiconv" ,libiconv))) + (home-page "https://billposer.org/Software/unidesc.html") + (synopsis "Find out what is in a Unicode file") + (description "Useful tools when working with Unicode files when one +doesn't know the writing system, doesn't have the necessary font, needs to +inspect invisible characters, needs to find out whether characters have been +combined or in what order they occur, or needs statistics on which characters +occur. + +@itemize + +@item @command{uniname} defaults to printing the character offset of each +character, its byte offset, its hex code value, its encoding, the glyph +itself, and its name. It may also be used to validate UTF-8 input. + +@item @command{unidesc} reports the character ranges to which different +portions of the text belong. It can also be used to identify Unicode encodings +(e.g. UTF-16be) flagged by magic numbers. + +@item @command{unihist} generates a histogram of the characters in its input. + +@item @command{ExplicateUTF8} is intended for debugging or for learning about +Unicode. It determines and explains the validity of a sequence of bytes as a +UTF8 encoding. + +@item @command{utf8lookup} provides a handy way to look up Unicode characters +from the command line. + +@item @command{unireverse} reverse each line of UTF-8 input +character-by-character. + @end itemize") (license license:gpl3))) -- 2.21.0 From unknown Tue Jun 17 01:47:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hartmut Goebel Subject: bug#36825: closed (Re: bug#36825: Acknowledgement ([PATCH 0/2] Add ascii2binary and uniutils)) Message-ID: References: <818889b3-b568-ed05-a778-5b2ecf7b2010@crazy-compilers.com> <20190727212338.567-1-h.goebel@crazy-compilers.com> X-Gnu-PR-Message: they-closed 36825 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 36825@debbugs.gnu.org Date: Tue, 27 Aug 2019 07:33:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1566891182-17745-1" This is a multi-part message in MIME format... ------------=_1566891182-17745-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36825: [PATCH 0/2] Add ascii2binary and uniutils which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36825@debbugs.gnu.org. --=20 36825: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36825 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1566891182-17745-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36825-close) by debbugs.gnu.org; 27 Aug 2019 07:32:16 +0000 Received: from localhost ([127.0.0.1]:47589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2Vxg-0004Lm-2t for submit@debbugs.gnu.org; Tue, 27 Aug 2019 03:32:16 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:38543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i2Vxe-0004Je-2G for 36825-close@debbugs.gnu.org; Tue, 27 Aug 2019 03:32:14 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46HgYn0Xzgz1rK4h for <36825-close@debbugs.gnu.org>; Tue, 27 Aug 2019 09:32:12 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46HgYm6GFbz1qqkZ for <36825-close@debbugs.gnu.org>; Tue, 27 Aug 2019 09:32:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de 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 Ue4g9k3f_1bY for <36825-close@debbugs.gnu.org>; Tue, 27 Aug 2019 09:32:12 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-68.dynamic.mnet-online.de [188.174.55.68]) (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 <36825-close@debbugs.gnu.org>; Tue, 27 Aug 2019 09:32:12 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 3417A6018D for <36825-close@debbugs.gnu.org>; Tue, 27 Aug 2019 09:33:48 +0200 (CEST) Subject: Re: bug#36825: Acknowledgement ([PATCH 0/2] Add ascii2binary and uniutils) To: 36825-close@debbugs.gnu.org References: <20190727212338.567-1-h.goebel@crazy-compilers.com> From: Hartmut Goebel Openpgp: preference=signencrypt Organization: crazy-compilers.com Message-ID: <818889b3-b568-ed05-a778-5b2ecf7b2010@crazy-compilers.com> Date: Tue, 27 Aug 2019 09:32:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 36825-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) Commited as 7577ab55569defc018dfe342239aa9a8e17d67b1 and a6baae7486eb1491ba0220b2e490c6a2b8338769. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1566891182-17745-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jul 2019 21:23:47 +0000 Received: from localhost ([127.0.0.1]:45477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUAN-0007Zi-D9 for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:23:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:40279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrUAL-0007Za-RC for submit@debbugs.gnu.org; Sat, 27 Jul 2019 17:23:46 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 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) X-Virus-Scanned: amavisd-new at mnet-online.de 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 To: guix-patches@gnu.org Subject: [PATCH 0/2] Add ascii2binary and uniutils Date: Sat, 27 Jul 2019 23:23:38 +0200 Message-Id: <20190727212338.567-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.18.0.9 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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 ------------=_1566891182-17745-1--