From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12990 invoked from network); 17 May 2020 18:03:51 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 17 May 2020 18:03:51 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 420199C1D0; Mon, 18 May 2020 04:03:50 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id BB6769C18A; Mon, 18 May 2020 04:03:28 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C5E389C160; Mon, 18 May 2020 04:03:25 +1000 (AEST) Received: from firemail.de (firemail.de [88.99.137.45]) by minnie.tuhs.org (Postfix) with ESMTPS id E50E79C15F for ; Mon, 18 May 2020 04:03:24 +1000 (AEST) Received: from firemail.de (localhost.localdomain [127.0.0.1]) by firemail.de (b1gMailServer) with ESMTP id 158C5BB5 for ; Sun, 17 May 2020 20:03:22 +0200 (CEST) Date: Sun, 17 May 2020 20:03:22 +0200 MIME-Version: 1.0 Message-ID: <6de5c52595bcbe92fd981d444d9bf450@firemail.de> X-Mailer: b1gMail/7.4.0 X-Sender-IP: 46.94.117.34 From: "Thomas Paulsen" To: In-Reply-To: <202005171019.04HAJxHb030339@freefriends.org> References: <202005171019.04HAJxHb030339@freefriends.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [TUHS] QED with Unicode support X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Thomas Paulsen Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" to make life easier here's the URL: https://github.com/phonologus/QED ---=20 Hello All In case this is of interest: > Date: Sat, 16 May 2020 12:18:15 +0100 > Subject: qed-archive (Github) > To: arnold@skeeve.com > > Hi Arnold > > Apologies for an un-solicited email. > > I have ported Rob's UofT QED from your qed-archive/unix-1992 to Linux > (although I suspect anything with a Unix API will work), and have updated > it to work completely in UTF8/Unicode. This includes correct handling of > unicode codepoints in regexes, subs, etc. > > It's up on Github under phonologus/QED. I thought you might want to add it > to your list of QED-s in your README, as it may be of interest to the other > three connoisseurs out there...! > > I have also included typeset pdf-s of the tutorial and manpage. The > tutorial is fascinating. > > Also, there is no clear statement about copyright, or license, of the > unix-1992 tarball. I have attributed it to Rob, and I have noted that I > scavenged it from your Github repo, but was wondering if there is any > definitive statement on ownership/authorship that I could include in my > repo? > > Best wishes